Home
last modified time | relevance | path

Searched refs:readStrongBinder (Results 1 – 8 of 8) sorted by relevance

/system/memory/libmemunreachable/tests/
DBinder_test.cpp47 ref = data.readStrongBinder(); in onTransact()
/system/libhwbinder/include/hwbinder/
DParcel.h158 sp<IBinder> readStrongBinder() const;
159 status_t readStrongBinder(sp<IBinder>* val) const;
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DUnion.java209 _aidl_value = _aidl_parcel.readStrongBinder(); in readFromParcel()
DITestService.java634 _arg0 = android.aidl.tests.INamedCallback.Stub.asInterface(data.readStrongBinder()); in onTransact()
789 _arg0 = data.readStrongBinder(); in onTransact()
798 _arg0 = data.readStrongBinder(); in onTransact()
1634 _result = android.aidl.tests.INamedCallback.Stub.asInterface(_reply.readStrongBinder()); in GetOtherTestService()
2138 _result = android.aidl.tests.INamedCallback.Stub.asInterface(_reply.readStrongBinder()); in GetCallback()
2192 _result = android.aidl.tests.IOldName.Stub.asInterface(_reply.readStrongBinder()); in GetOldNameInterface()
2214 _result = android.aidl.tests.INewName.Stub.asInterface(_reply.readStrongBinder()); in GetNewNameInterface()
2237 _result = _reply.readStrongBinder(); in GetCppJavaTests()
DStructuredParcelable.java221 ibinder = _aidl_parcel.readStrongBinder(); in readFromParcel()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java106 _arg18 = data.readStrongBinder(); in onTransact()
/system/libhwbinder/
DParcel.cpp1188 status_t Parcel::readStrongBinder(sp<IBinder>* val) const in readStrongBinder() function in android::hardware::Parcel
1202 sp<IBinder> Parcel::readStrongBinder() const in readStrongBinder() function in android::hardware::Parcel
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1091 _aidl_ret_status = _aidl_reply.readStrongBinder(_aidl_return); in GetOtherTestService()
1947 _aidl_ret_status = _aidl_reply.readStrongBinder(_aidl_return); in GetOldNameInterface()
1981 _aidl_ret_status = _aidl_reply.readStrongBinder(_aidl_return); in GetNewNameInterface()
2841 _aidl_ret_status = _aidl_data.readStrongBinder(&in_service); in onTransact()
3165 _aidl_ret_status = _aidl_data.readStrongBinder(&in_input); in onTransact()