/frameworks/base/include/binder/ |
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);
|
IBinder.h | 32 class BBinder; 146 virtual BBinder* localBinder();
|
IInterface.h | 50 class BnInterface : public INTERFACE, public BBinder
|
IPCThreadState.h | 111 Vector<BBinder*> mPendingStrongDerefs;
|
/frameworks/base/libs/binder/ |
Binder.cpp | 46 BBinder* IBinder::localBinder() 63 class BBinder::Extras 72 BBinder::BBinder() 77 bool BBinder::isBinderAlive() const 82 status_t BBinder::pingBinder() 87 const String16& BBinder::getInterfaceDescriptor() const 92 LOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this); 96 status_t BBinder::transact( 118 status_t BBinder::linkToDeath [all...] |
IPermissionController.cpp | 74 return BBinder::onTransact(code, data, reply, flags);
|
IPCThreadState.cpp | 449 BBinder* obj = mPendingStrongDerefs[i]; 883 sp<BBinder> the_context_object; 885 void setTheContextObject(sp<BBinder> obj) 892 BBinder* obj; 906 obj = (BBinder*)mIn.readInt32(); 922 obj = (BBinder*)mIn.readInt32(); 935 obj = (BBinder*)mIn.readInt32(); 944 obj = (BBinder*)mIn.readInt32(); 946 // longer exist (thus the (BBinder*)cast above resulting in a different 956 obj = (BBinder*)mIn.readInt32() [all...] |
/frameworks/base/libs/storage/ |
IMountShutdownObserver.cpp | 38 return BBinder::onTransact(code, data, reply, flags);
|
IMountServiceListener.cpp | 48 return BBinder::onTransact(code, data, reply, flags);
|
IObbActionListener.cpp | 54 return BBinder::onTransact(code, data, reply, flags);
|
/frameworks/base/libs/gui/ |
ISurface.cpp | 62 return BBinder::onTransact(code, data, reply, flags);
|
IGraphicBufferAlloc.cpp | 81 class BufferReference : public BBinder { 112 return BBinder::onTransact(code, data, reply, flags);
|
ISensorServer.cpp | 98 return BBinder::onTransact(code, data, reply, flags);
|
ISensorEventConnection.cpp | 107 return BBinder::onTransact(code, data, reply, flags);
|
/frameworks/base/drm/common/ |
IDrmServiceListener.cpp | 58 return BBinder::onTransact(code, data, reply, flags);
|
/frameworks/base/libs/camera/ |
ICameraRecordingProxyListener.cpp | 68 return BBinder::onTransact(code, data, reply, flags);
|
ICameraRecordingProxy.cpp | 102 return BBinder::onTransact(code, data, reply, flags);
|
ICameraService.cpp | 101 return BBinder::onTransact(code, data, reply, flags);
|
ICameraClient.cpp | 125 return BBinder::onTransact(code, data, reply, flags);
|
/frameworks/base/media/libmedia/ |
IMediaPlayerClient.cpp | 74 return BBinder::onTransact(code, data, reply, flags);
|
IMediaRecorderClient.cpp | 66 return BBinder::onTransact(code, data, reply, flags);
|
IAudioRecord.cpp | 102 return BBinder::onTransact(code, data, reply, flags);
|
IAudioFlingerClient.cpp | 95 return BBinder::onTransact(code, data, reply, flags);
|
IEffectClient.cpp | 138 return BBinder::onTransact(code, data, reply, flags);
|
IStreamSource.cpp | 113 return BBinder::onTransact(code, data, reply, flags); 186 return BBinder::onTransact(code, data, reply, flags);
|