/frameworks/native/libs/binder/ |
D | Binder.cpp | 47 BBinder* IBinder::localBinder() in localBinder() 64 class BBinder::Extras 73 BBinder::BBinder() in BBinder() function in android::BBinder 78 bool BBinder::isBinderAlive() const in isBinderAlive() 83 status_t BBinder::pingBinder() in pingBinder() 88 const String16& BBinder::getInterfaceDescriptor() const in getInterfaceDescriptor() 97 status_t BBinder::transact( in transact() 119 status_t BBinder::linkToDeath( in linkToDeath() 126 status_t BBinder::unlinkToDeath( in unlinkToDeath() 133 status_t BBinder::dump(int /*fd*/, const Vector<String16>& /*args*/) in dump() [all …]
|
D | IPCThreadState.cpp | 466 BBinder* obj = mPendingStrongDerefs[i]; in processPendingDerefs() 937 sp<BBinder> the_context_object; 939 void setTheContextObject(sp<BBinder> obj) in setTheContextObject() 946 BBinder* obj; in executeCommand() 960 obj = (BBinder*)mIn.readPointer(); in executeCommand() 976 obj = (BBinder*)mIn.readPointer(); in executeCommand() 989 obj = (BBinder*)mIn.readPointer(); in executeCommand() 998 obj = (BBinder*)mIn.readPointer(); in executeCommand() 1010 obj = (BBinder*)mIn.readPointer(); in executeCommand() 1083 sp<BBinder> b((BBinder*)tr.cookie); in executeCommand()
|
D | IAppOpsCallback.cpp | 65 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IPermissionController.cpp | 73 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 | 32 class BBinder; variable 139 virtual BBinder* localBinder();
|
/frameworks/native/libs/gui/ |
D | IGraphicBufferAlloc.cpp | 81 class BufferReference : public BBinder { in onTransact() 112 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IProducerListener.cpp | 50 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IDisplayEventConnection.cpp | 94 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IConsumerListener.cpp | 86 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 | IMountServiceListener.cpp | 48 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IObbActionListener.cpp | 54 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/av/media/libmedia/ |
D | IStreamSource.cpp | 132 return BBinder::onTransact(code, data, reply, flags); in onTransact() 205 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IAudioPolicyServiceClient.cpp | 77 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IMediaRecorderClient.cpp | 66 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IDrmClient.cpp | 77 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IRemoteDisplay.cpp | 90 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IAudioRecord.cpp | 90 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IMediaPlayerClient.cpp | 74 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/camera/ |
D | ICameraServiceListener.cpp | 83 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | ICameraRecordingProxyListener.cpp | 68 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/av/services/audioflinger/ |
D | ISchedulingPolicyService.cpp | 76 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/av/media/libstagefright/foundation/ |
D | AWakeLock.cpp | 60 sp<IBinder> binder = new BBinder(); in acquire()
|