Home
last modified time | relevance | path

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

1234

/frameworks/native/libs/binder/
DBinder.cpp48 BBinder* IBinder::localBinder() in localBinder()
83 class BBinder::Extras
92 BBinder::BBinder() : mExtras(nullptr) in BBinder() function in android::BBinder
96 bool BBinder::isBinderAlive() const in isBinderAlive()
101 status_t BBinder::pingBinder() in pingBinder()
106 const String16& BBinder::getInterfaceDescriptor() const in getInterfaceDescriptor()
115 status_t BBinder::transact( in transact()
137 status_t BBinder::linkToDeath( in linkToDeath()
144 status_t BBinder::unlinkToDeath( in unlinkToDeath()
151 status_t BBinder::dump(int /*fd*/, const Vector<String16>& /*args*/) in dump()
[all …]
DIPCThreadState.cpp490 BBinder* obj = mPendingStrongDerefs[i]; in processPendingDerefs()
961 sp<BBinder> the_context_object;
963 void setTheContextObject(sp<BBinder> obj) in setTheContextObject()
970 BBinder* obj; in executeCommand()
984 obj = (BBinder*)mIn.readPointer(); in executeCommand()
1000 obj = (BBinder*)mIn.readPointer(); in executeCommand()
1013 obj = (BBinder*)mIn.readPointer(); in executeCommand()
1022 obj = (BBinder*)mIn.readPointer(); in executeCommand()
1034 obj = (BBinder*)mIn.readPointer(); in executeCommand()
1111 error = reinterpret_cast<BBinder*>(tr.cookie)->transact(tr.code, buffer, in executeCommand()
[all …]
DIResultReceiver.cpp65 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIAppOpsCallback.cpp65 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIMediaResourceMonitor.cpp56 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.h36 class BBinder; variable
148 virtual BBinder* localBinder();
/frameworks/native/libs/gui/
DIGraphicBufferAlloc.cpp90 class BufferReference : public BBinder { in onTransact()
121 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIProducerListener.cpp56 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/base/libs/storage/
DIMountShutdownObserver.cpp38 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIObbActionListener.cpp55 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIMountServiceListener.cpp48 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/native/libs/input/
DIInputFlinger.cpp54 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/av/media/libmedia/
DIStreamSource.cpp139 return BBinder::onTransact(code, data, reply, flags); in onTransact()
212 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIMediaCodecService.cpp66 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIMediaRecorderClient.cpp66 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIMediaDrmService.cpp82 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIDrmClient.cpp77 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIMediaPlayerClient.cpp74 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIAudioRecord.cpp90 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIRemoteDisplay.cpp90 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/av/radio/
DIRadioClient.cpp69 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/media/utils/
DISchedulingPolicyService.cpp76 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/frameworks/av/camera/
DICameraServiceProxy.cpp69 return BBinder::onTransact(code, data, reply, flags); in onTransact()

1234