summaryrefslogtreecommitdiff
path: root/libs/gui/BufferQueueThreadState.cpp
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2019-11-14 23:18:22 -0800
committer Steven Moreland <smoreland@google.com> 2019-11-14 23:23:24 -0800
commit1d4b5b4af925582fe66b4cdd913ebad942a5a38a (patch)
treea64ab8d95ff1add5c0d9fab99806c8353e9df1c1 /libs/gui/BufferQueueThreadState.cpp
parent7618ed32d33610761b14083866d34eaa4540fd9b (diff)
IServiceManager: @nullable IBinder
These binders are expected to be null (for getService/checkService), however '@nullable' only affects the C++/NDK aidl backends, and these APIs are only used in libbinder IServiceManager.cpp. This wasn't noticed since error is collapsed into nullptr for most APIs. However, in waitForService, this broke things, since it was expecting error only when there is a real error. Fixes: 144534032 Test: boot and check waitForService works appropriately when service starts too late. Up until now, surprisingly, users of this function have all been lucky or haven't noticed an issue. Change-Id: I138c9916253d56a0dcf7dd02b8bf46e84a3c7a33
Diffstat (limited to 'libs/gui/BufferQueueThreadState.cpp')
0 files changed, 0 insertions, 0 deletions