/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() 125 status_t BBinder::unlinkToDeath( in unlinkToDeath() 132 status_t BBinder::dump(int fd, const Vector<String16>& args) in dump() [all …]
|
D | IPCThreadState.cpp | 449 BBinder* obj = mPendingStrongDerefs[i]; in joinThreadPool() 889 sp<BBinder> the_context_object; 891 void setTheContextObject(sp<BBinder> obj) in setTheContextObject() 898 BBinder* obj; in executeCommand() 912 obj = (BBinder*)mIn.readInt32(); in executeCommand() 928 obj = (BBinder*)mIn.readInt32(); in executeCommand() 941 obj = (BBinder*)mIn.readInt32(); in executeCommand() 950 obj = (BBinder*)mIn.readInt32(); in executeCommand() 962 obj = (BBinder*)mIn.readInt32(); in executeCommand() 1031 sp<BBinder> b((BBinder*)tr.cookie); in executeCommand()
|
D | IPermissionController.cpp | 74 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/native/include/binder/ |
D | Binder.h | 25 class BBinder : public IBinder 28 BBinder(); 56 virtual BBinder* localBinder(); 59 virtual ~BBinder(); 67 BBinder(const BBinder& o); 68 BBinder& operator=(const BBinder& o);
|
D | IBinder.h | 32 class BBinder; variable 147 virtual BBinder* localBinder();
|
D | IPCThreadState.h | 111 Vector<BBinder*> mPendingStrongDerefs;
|
/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 | ISurface.cpp | 62 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IDisplayEventConnection.cpp | 94 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | ISensorServer.cpp | 98 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | ISensorEventConnection.cpp | 107 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 | IHDCP.cpp | 138 return BBinder::onTransact(code, data, reply, flags); in onTransact() 202 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IStreamSource.cpp | 132 return BBinder::onTransact(code, data, reply, flags); in onTransact() 205 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IMediaRecorderClient.cpp | 66 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IMediaPlayerClient.cpp | 74 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 | 106 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IRemoteDisplayClient.cpp | 98 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/frameworks/av/services/audioflinger/ |
D | ISchedulingPolicyService.cpp | 67 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 | ICameraRecordingProxyListener.cpp | 68 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | ICameraRecordingProxy.cpp | 102 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|