Home
last modified time | relevance | path

Searched refs:BBinder (Results 1 – 25 of 75) 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()
126 status_t BBinder::unlinkToDeath( in unlinkToDeath()
133 status_t BBinder::dump(int /*fd*/, const Vector<String16>& /*args*/) in dump()
[all …]
DIPCThreadState.cpp466 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()
DIAppOpsCallback.cpp65 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIPermissionController.cpp73 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/native/include/binder/
DBinder.h27 class BBinder : public IBinder
30 BBinder();
58 virtual BBinder* localBinder();
61 virtual ~BBinder();
69 BBinder(const BBinder& o);
70 BBinder& operator=(const BBinder& o);
DIBinder.h32 class BBinder; variable
139 virtual BBinder* localBinder();
/frameworks/native/libs/gui/
DIGraphicBufferAlloc.cpp81 class BufferReference : public BBinder { in onTransact()
112 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIProducerListener.cpp50 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIDisplayEventConnection.cpp94 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIConsumerListener.cpp86 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/
DIStreamSource.cpp132 return BBinder::onTransact(code, data, reply, flags); in onTransact()
205 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIAudioPolicyServiceClient.cpp77 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIMediaRecorderClient.cpp66 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIDrmClient.cpp77 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIRemoteDisplay.cpp90 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIAudioRecord.cpp90 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIMediaPlayerClient.cpp74 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/
DICameraServiceListener.cpp83 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DICameraRecordingProxyListener.cpp68 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/av/services/audioflinger/
DISchedulingPolicyService.cpp76 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/av/media/libstagefright/foundation/
DAWakeLock.cpp60 sp<IBinder> binder = new BBinder(); in acquire()

123