Searched refs:BBinder (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/native/libs/binder/
H A DBinder.cpp47 BBinder* IBinder::localBinder()
64 class BBinder::Extras
73 BBinder::BBinder() function in class:android::BBinder
78 bool BBinder::isBinderAlive() const
83 status_t BBinder::pingBinder()
88 const String16& BBinder::getInterfaceDescriptor() const
93 ALOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this);
97 status_t BBinder::transact(
119 status_t BBinder
[all...]
H A DIPermissionController.cpp74 return BBinder::onTransact(code, data, reply, flags);
H A DIPCThreadState.cpp449 BBinder* obj = mPendingStrongDerefs[i];
889 sp<BBinder> the_context_object;
891 void setTheContextObject(sp<BBinder> obj)
898 BBinder* obj;
912 obj = (BBinder*)mIn.readInt32();
928 obj = (BBinder*)mIn.readInt32();
941 obj = (BBinder*)mIn.readInt32();
950 obj = (BBinder*)mIn.readInt32();
952 // longer exist (thus the (BBinder*)cast above resulting in a different
962 obj = (BBinder*)mI
[all...]
/frameworks/native/include/binder/
H A DBinder.h25 class BBinder : public IBinder class in namespace:android
28 BBinder();
56 virtual BBinder* localBinder();
59 virtual ~BBinder();
67 BBinder(const BBinder& o);
68 BBinder& operator=(const BBinder& o);
H A DIBinder.h32 class BBinder;
147 virtual BBinder* localBinder();
H A DIInterface.h50 class BnInterface : public INTERFACE, public BBinder
/frameworks/base/libs/storage/
H A DIMountShutdownObserver.cpp38 return BBinder::onTransact(code, data, reply, flags);
H A DIMountServiceListener.cpp48 return BBinder::onTransact(code, data, reply, flags);
H A DIObbActionListener.cpp54 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/media/libmedia/
H A DIRemoteDisplay.cpp59 return BBinder::onTransact(code, data, reply, flags);
H A DIMediaPlayerClient.cpp74 return BBinder::onTransact(code, data, reply, flags);
H A DIMediaRecorderClient.cpp66 return BBinder::onTransact(code, data, reply, flags);
H A DIAudioRecord.cpp106 return BBinder::onTransact(code, data, reply, flags);
H A DIAudioFlingerClient.cpp95 return BBinder::onTransact(code, data, reply, flags);
H A DIEffectClient.cpp138 return BBinder::onTransact(code, data, reply, flags);
H A DIRemoteDisplayClient.cpp98 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/services/audioflinger/
H A DISchedulingPolicyService.cpp67 return BBinder::onTransact(code, data, reply, flags);
/frameworks/native/libs/gui/
H A DISurface.cpp62 return BBinder::onTransact(code, data, reply, flags);
H A DIGraphicBufferAlloc.cpp81 class BufferReference : public BBinder {
112 return BBinder::onTransact(code, data, reply, flags);
H A DIDisplayEventConnection.cpp94 return BBinder::onTransact(code, data, reply, flags);
H A DISensorServer.cpp98 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp68 return BBinder::onTransact(code, data, reply, flags);
H A DICameraRecordingProxy.cpp102 return BBinder::onTransact(code, data, reply, flags);
H A DICameraService.cpp101 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp58 return BBinder::onTransact(code, data, reply, flags);

Completed in 165 milliseconds

123