/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | CircularParcelable.java | 38 … testService = android.aidl.tests.ITestService.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel()
|
D | ArrayOfInterfaces.java | 218 …0 = android.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(data.readStrongBinder()); in onTransact() 220 …1 = android.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(data.readStrongBinder()); in onTransact() 354 …oid.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 356 …oid.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 525 …oid.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 530 …oid.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel()
|
D | ListOfInterfaces.java | 218 …g0 = android.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(data.readStrongBinder()); in onTransact() 220 …g1 = android.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(data.readStrongBinder()); in onTransact() 342 …roid.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 344 …roid.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 515 …roid.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 520 …roid.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel()
|
D | ICircular.java | 118 _result = android.aidl.tests.ITestService.Stub.asInterface(_reply.readStrongBinder()); in GetTestService()
|
D | Union.java | 209 _aidl_value = _aidl_parcel.readStrongBinder(); in readFromParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | CircularParcelable.java | 38 … testService = android.aidl.tests.ITestService.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel()
|
D | ArrayOfInterfaces.java | 218 …0 = android.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(data.readStrongBinder()); in onTransact() 220 …1 = android.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(data.readStrongBinder()); in onTransact() 354 …oid.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 356 …oid.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 525 …oid.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 530 …oid.aidl.tests.ArrayOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel()
|
D | ListOfInterfaces.java | 218 …g0 = android.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(data.readStrongBinder()); in onTransact() 220 …g1 = android.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(data.readStrongBinder()); in onTransact() 342 …roid.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 344 …roid.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 515 …roid.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 520 …roid.aidl.tests.ListOfInterfaces.IEmptyInterface.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel()
|
D | ICircular.java | 118 _result = android.aidl.tests.ITestService.Stub.asInterface(_reply.readStrongBinder()); in GetTestService()
|
D | Union.java | 209 _aidl_value = _aidl_parcel.readStrongBinder(); in readFromParcel()
|
/system/memory/libmemunreachable/tests/ |
D | Binder_test.cpp | 47 ref = data.readStrongBinder(); in onTransact()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/nested/ |
D | INestedService.cpp | 71 _aidl_ret_status = _aidl_data.readStrongBinder(&in_cb); in analyzeINestedService()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/nested/ |
D | INestedService.cpp | 71 _aidl_ret_status = _aidl_data.readStrongBinder(&in_cb); in analyzeINestedService()
|
/system/libhwbinder/include/hwbinder/ |
D | Parcel.h | 156 sp<IBinder> readStrongBinder() const; 157 status_t readStrongBinder(sp<IBinder>* val) const;
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ArrayOfInterfaces.cpp | 230 _aidl_ret_status = _aidl_data.readStrongBinder(&in_iface); in onTransact() 331 _aidl_ret_status = _aidl_parcel->readStrongBinder(&iface); in readFromParcel() 403 …if ((_aidl_ret_status = _aidl_parcel->readStrongBinder(&_aidl_value)) != ::android::OK) return _ai… in readFromParcel()
|
D | ListOfInterfaces.cpp | 222 _aidl_ret_status = _aidl_data.readStrongBinder(&in_iface); in onTransact() 315 _aidl_ret_status = _aidl_parcel->readStrongBinder(&iface); in readFromParcel() 387 …if ((_aidl_ret_status = _aidl_parcel->readStrongBinder(&_aidl_value)) != ::android::OK) return _ai… in readFromParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ArrayOfInterfaces.cpp | 230 _aidl_ret_status = _aidl_data.readStrongBinder(&in_iface); in onTransact() 331 _aidl_ret_status = _aidl_parcel->readStrongBinder(&iface); in readFromParcel() 403 …if ((_aidl_ret_status = _aidl_parcel->readStrongBinder(&_aidl_value)) != ::android::OK) return _ai… in readFromParcel()
|
D | ListOfInterfaces.cpp | 222 _aidl_ret_status = _aidl_data.readStrongBinder(&in_iface); in onTransact() 315 _aidl_ret_status = _aidl_parcel->readStrongBinder(&iface); in readFromParcel() 387 …if ((_aidl_ret_status = _aidl_parcel->readStrongBinder(&_aidl_value)) != ::android::OK) return _ai… in readFromParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-extras-java-source/gen/android/aidl/tests/map/ |
D | Foo.java | 188 v = android.aidl.tests.map.IEmpty.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 199 v = _aidl_parcel.readStrongBinder(); in readFromParcel()
|
D | IMapTest.java | 373 v = android.aidl.tests.map.IEmpty.Stub.asInterface(data.readStrongBinder()); in onTransact() 411 v = data.readStrongBinder(); in onTransact() 738 v = android.aidl.tests.map.IEmpty.Stub.asInterface(_reply.readStrongBinder()); in repeatInterfaceMap() 746 v = android.aidl.tests.map.IEmpty.Stub.asInterface(_reply.readStrongBinder()); in repeatInterfaceMap() 780 v = _reply.readStrongBinder(); in repeatIbinderMap() 788 v = _reply.readStrongBinder(); in repeatIbinderMap()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-extras-java-source/gen/android/aidl/tests/map/ |
D | Foo.java | 188 v = android.aidl.tests.map.IEmpty.Stub.asInterface(_aidl_parcel.readStrongBinder()); in readFromParcel() 199 v = _aidl_parcel.readStrongBinder(); in readFromParcel()
|
D | IMapTest.java | 373 v = android.aidl.tests.map.IEmpty.Stub.asInterface(data.readStrongBinder()); in onTransact() 411 v = data.readStrongBinder(); in onTransact() 738 v = android.aidl.tests.map.IEmpty.Stub.asInterface(_reply.readStrongBinder()); in repeatInterfaceMap() 746 v = android.aidl.tests.map.IEmpty.Stub.asInterface(_reply.readStrongBinder()); in repeatInterfaceMap() 780 v = _reply.readStrongBinder(); in repeatIbinderMap() 788 v = _reply.readStrongBinder(); in repeatIbinderMap()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/ |
D | INestedService.cpp | 170 _aidl_ret_status = _aidl_data.readStrongBinder(&in_cb); in onTransact()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/nested/ |
D | INestedService.java | 102 …rg1 = android.aidl.tests.nested.INestedService.ICallback.Stub.asInterface(data.readStrongBinder()); in onTransact()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/ |
D | INestedService.java | 102 …rg1 = android.aidl.tests.nested.INestedService.ICallback.Stub.asInterface(data.readStrongBinder()); in onTransact()
|