/frameworks/native/libs/binder/ |
D | Binder.cpp | 48 BBinder* IBinder::localBinder() in localBinder() 83 class BBinder::Extras 92 BBinder::BBinder() : mExtras(nullptr) in BBinder() function in android::BBinder 96 bool BBinder::isBinderAlive() const in isBinderAlive() 101 status_t BBinder::pingBinder() in pingBinder() 106 const String16& BBinder::getInterfaceDescriptor() const in getInterfaceDescriptor() 115 status_t BBinder::transact( in transact() 137 status_t BBinder::linkToDeath( in linkToDeath() 144 status_t BBinder::unlinkToDeath( in unlinkToDeath() 151 status_t BBinder::dump(int /*fd*/, const Vector<String16>& /*args*/) in dump() [all …]
|
D | IPCThreadState.cpp | 490 BBinder* obj = mPendingStrongDerefs[i]; in processPendingDerefs() 961 sp<BBinder> the_context_object; 963 void setTheContextObject(sp<BBinder> obj) in setTheContextObject() 970 BBinder* obj; in executeCommand() 984 obj = (BBinder*)mIn.readPointer(); in executeCommand() 1000 obj = (BBinder*)mIn.readPointer(); in executeCommand() 1013 obj = (BBinder*)mIn.readPointer(); in executeCommand() 1022 obj = (BBinder*)mIn.readPointer(); in executeCommand() 1034 obj = (BBinder*)mIn.readPointer(); in executeCommand() 1111 error = reinterpret_cast<BBinder*>(tr.cookie)->transact(tr.code, buffer, in executeCommand() [all …]
|
D | IResultReceiver.cpp | 65 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IAppOpsCallback.cpp | 65 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IMediaResourceMonitor.cpp | 56 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/native/include/binder/ |
D | Binder.h | 27 class BBinder : public IBinder 30 BBinder(); 58 virtual BBinder* localBinder(); 61 virtual ~BBinder(); 69 BBinder(const BBinder& o); 70 BBinder& operator=(const BBinder& o);
|
D | IBinder.h | 36 class BBinder; variable 148 virtual BBinder* localBinder();
|
/frameworks/native/libs/gui/ |
D | IGraphicBufferAlloc.cpp | 90 class BufferReference : public BBinder { in onTransact() 121 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IProducerListener.cpp | 56 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/base/libs/storage/ |
D | IMountShutdownObserver.cpp | 38 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IObbActionListener.cpp | 55 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IMountServiceListener.cpp | 48 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/native/libs/input/ |
D | IInputFlinger.cpp | 54 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/av/media/libmedia/ |
D | IStreamSource.cpp | 139 return BBinder::onTransact(code, data, reply, flags); in onTransact() 212 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IMediaCodecService.cpp | 66 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IMediaRecorderClient.cpp | 66 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IMediaDrmService.cpp | 82 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IDrmClient.cpp | 77 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IMediaPlayerClient.cpp | 74 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IAudioRecord.cpp | 90 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IRemoteDisplay.cpp | 90 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/av/radio/ |
D | IRadioClient.cpp | 69 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/av/drm/common/ |
D | IDrmServiceListener.cpp | 58 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/av/media/utils/ |
D | ISchedulingPolicyService.cpp | 76 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/av/camera/ |
D | ICameraServiceProxy.cpp | 69 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|