Home
last modified time | relevance | path

Searched refs:readNullableStrongBinder (Results 1 – 7 of 7) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DUnion.cpp61 …if ((_aidl_ret_status = _aidl_parcel->readNullableStrongBinder(&_aidl_value)) != ::android::OK) re… in readFromParcel()
DStructuredParcelable.cpp276 _aidl_ret_status = _aidl_parcel->readNullableStrongBinder(&ibinder); in readFromParcel()
DITestService.cpp1875 _aidl_ret_status = _aidl_reply.readNullableStrongBinder(_aidl_return); in GetCallback()
2015 _aidl_ret_status = _aidl_reply.readNullableStrongBinder(_aidl_return); in GetCppJavaTests()
3186 _aidl_ret_status = _aidl_data.readNullableStrongBinder(&in_input); in onTransact()
/system/libhwbinder/include/hwbinder/
DParcel.h160 status_t readNullableStrongBinder(sp<IBinder>* val) const;
/system/libhwbinder/
DParcel.cpp1190 status_t status = readNullableStrongBinder(val); in readStrongBinder()
1197 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const in readNullableStrongBinder() function in android::hardware::Parcel
1208 readNullableStrongBinder(&val); in readStrongBinder()
/system/apex/apexd/
Dapexservice.cpp683 if ((status = _aidl_data.readNullableStrongBinder(&unused_callback)) != in onTransact()
686 if ((status = _aidl_data.readNullableStrongBinder(&result_receiver)) != in onTransact()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp374 _aidl_ret_status = _aidl_data.readNullableStrongBinder(&in_binderValue); in onTransact()