Home
last modified time | relevance | path

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

123

/frameworks/native/libs/binder/
DBinder.cpp47 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 …]
DIPCThreadState.cpp449 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()
DIPermissionController.cpp74 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/native/include/binder/
DBinder.h25 class BBinder : public IBinder
28 BBinder();
56 virtual BBinder* localBinder();
59 virtual ~BBinder();
67 BBinder(const BBinder& o);
68 BBinder& operator=(const BBinder& o);
DIBinder.h32 class BBinder; variable
147 virtual BBinder* localBinder();
DIPCThreadState.h111 Vector<BBinder*> mPendingStrongDerefs;
/frameworks/native/libs/gui/
DIGraphicBufferAlloc.cpp81 class BufferReference : public BBinder { in onTransact()
112 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DISurface.cpp62 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIDisplayEventConnection.cpp94 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DISensorServer.cpp98 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DISensorEventConnection.cpp107 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/base/libs/storage/
DIMountShutdownObserver.cpp38 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIMountServiceListener.cpp48 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIObbActionListener.cpp54 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/av/media/libmedia/
DIHDCP.cpp138 return BBinder::onTransact(code, data, reply, flags); in onTransact()
202 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIStreamSource.cpp132 return BBinder::onTransact(code, data, reply, flags); in onTransact()
205 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIMediaRecorderClient.cpp66 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIMediaPlayerClient.cpp74 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIRemoteDisplay.cpp90 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIAudioRecord.cpp106 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIRemoteDisplayClient.cpp98 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/av/services/audioflinger/
DISchedulingPolicyService.cpp67 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/av/drm/common/
DIDrmServiceListener.cpp58 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/av/camera/
DICameraRecordingProxyListener.cpp68 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DICameraRecordingProxy.cpp102 return BBinder::onTransact(code, data, reply, flags); in onTransact()

123