Home
last modified time | relevance | path

Searched refs:BpInterface (Results 1 – 25 of 73) sorted by relevance

123

/frameworks/native/libs/vr/libvr_manager/
Dvr_manager.cpp29 class BpVrStateCallbacks : public BpInterface<IVrStateCallbacks> {
32 : BpInterface<IVrStateCallbacks>(impl) {} in BpVrStateCallbacks()
60 : public BpInterface<IPersistentVrStateCallbacks> {
63 : BpInterface<IPersistentVrStateCallbacks>(impl) {} in BpPersistentVrStateCallbacks()
92 class BpVrManager : public BpInterface<IVrManager> {
95 : BpInterface<IVrManager>(impl) {} in BpVrManager()
/frameworks/native/libs/binder/include/binder/
DIInterface.h64 class BpInterface : public INTERFACE, public BpRefBase
67 explicit BpInterface(const sp<IBinder>& remote);
158 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface() function
164 inline IBinder* BpInterface<INTERFACE>::onAsBinder() in onAsBinder()
/frameworks/av/media/libmedia/
DIMediaHTTPService.cpp32 struct BpMediaHTTPService : public BpInterface<IMediaHTTPService> {
34 : BpInterface<IMediaHTTPService>(impl) { in BpMediaHTTPService()
DIStreamSource.cpp42 struct BpStreamSource : public BpInterface<IStreamSource> {
44 : BpInterface<IStreamSource>(impl) { in BpStreamSource()
136 struct BpStreamListener : public BpInterface<IStreamListener> {
138 : BpInterface<IStreamListener>(impl) { in BpStreamListener()
DIMediaRecorderClient.cpp30 class BpMediaRecorderClient: public BpInterface<IMediaRecorderClient>
34 : BpInterface<IMediaRecorderClient>(impl) in BpMediaRecorderClient()
DIMediaPlayerClient.cpp30 class BpMediaPlayerClient: public BpInterface<IMediaPlayerClient>
34 : BpInterface<IMediaPlayerClient>(impl) in BpMediaPlayerClient()
DIResourceManagerClient.cpp31 class BpResourceManagerClient: public BpInterface<IResourceManagerClient>
35 : BpInterface<IResourceManagerClient>(impl) in BpResourceManagerClient()
DIRemoteDisplay.cpp30 class BpRemoteDisplay: public BpInterface<IRemoteDisplay>
34 : BpInterface<IRemoteDisplay>(impl) in BpRemoteDisplay()
/frameworks/native/libs/vr/libdisplay/
Dvsync_service.cpp29 class BpVsyncCallback : public BpInterface<IVsyncCallback> {
32 : BpInterface<IVsyncCallback>(impl) {} in BpVsyncCallback()
92 class BpVsyncService : public BpInterface<IVsyncService> {
95 : BpInterface<IVsyncService>(impl) {} in BpVsyncService()
/frameworks/base/libs/storage/
DIMountShutdownObserver.cpp26 class BpMountShutdownObserver: public BpInterface<IMountShutdownObserver> {
29 : BpInterface<IMountShutdownObserver>(impl) { } in BpMountShutdownObserver()
DIObbActionListener.cpp27 class BpObbActionListener: public BpInterface<IObbActionListener> {
30 : BpInterface<IObbActionListener>(impl) in BpObbActionListener()
DIMountServiceListener.cpp27 class BpMountServiceListener: public BpInterface<IMountServiceListener> {
30 : BpInterface<IMountServiceListener>(impl) { } in BpMountServiceListener()
/frameworks/native/libs/input/
DISetInputWindowsListener.cpp21 class BpSetInputWindowsListener : public BpInterface<ISetInputWindowsListener> {
24 : BpInterface<ISetInputWindowsListener>(impl) { in BpSetInputWindowsListener()
/frameworks/av/drm/common/include/
DIDrmServiceListener.h49 class BpDrmServiceListener: public BpInterface<IDrmServiceListener>
53 : BpInterface<IDrmServiceListener>(impl) {} in BpDrmServiceListener()
/frameworks/native/libs/binder/
DIResultReceiver.cpp31 class BpResultReceiver : public BpInterface<IResultReceiver>
35 : BpInterface<IResultReceiver>(impl) in BpResultReceiver()
DIMediaResourceMonitor.cpp26 class BpMediaResourceMonitor : public BpInterface<IMediaResourceMonitor> {
29 : BpInterface<IMediaResourceMonitor>(impl) {} in BpMediaResourceMonitor()
DIAppOpsCallback.cpp31 class BpAppOpsCallback : public BpInterface<IAppOpsCallback>
35 : BpInterface<IAppOpsCallback>(impl) in BpAppOpsCallback()
DIShellCallback.cpp34 class BpShellCallback : public BpInterface<IShellCallback>
38 : BpInterface<IShellCallback>(impl) in BpShellCallback()
/frameworks/av/drm/libmediadrm/
DIDrmClient.cpp35 class BpDrmClient: public BpInterface<IDrmClient>
39 : BpInterface<IDrmClient>(impl) in BpDrmClient()
DIMediaDrmService.cpp37 class BpMediaDrmService: public BpInterface<IMediaDrmService>
41 : BpInterface<IMediaDrmService>(impl) in BpMediaDrmService()
/frameworks/av/media/libaaudio/src/binding/
DIAAudioClient.cpp37 class BpAAudioClient : public BpInterface<IAAudioClient>
41 : BpInterface<IAAudioClient>(impl) in BpAAudioClient()
/frameworks/av/media/utils/
DISchedulingPolicyService.cpp33 class BpSchedulingPolicyService : public BpInterface<ISchedulingPolicyService>
37 : BpInterface<ISchedulingPolicyService>(impl) in BpSchedulingPolicyService()
/frameworks/native/libs/gui/
DIProducerListener.cpp29 class BpProducerListener : public BpInterface<IProducerListener>
33 : BpInterface<IProducerListener>(impl) {} in BpProducerListener()
/frameworks/native/libs/sensor/
DISensorEventConnection.cpp43 class BpSensorEventConnection : public BpInterface<ISensorEventConnection>
47 : BpInterface<ISensorEventConnection>(impl) in BpSensorEventConnection()
103 BpInterface<ISensorEventConnection>::onLastStrongRef(id); in onLastStrongRef()
/frameworks/av/soundtrigger/
DISoundTriggerClient.cpp34 class BpSoundTriggerClient: public BpInterface<ISoundTriggerClient>
39 : BpInterface<ISoundTriggerClient>(impl) in BpSoundTriggerClient()

123