/frameworks/native/libs/vr/libvr_manager/ |
D | vr_manager.cpp | 29 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/ |
D | IInterface.h | 64 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/ |
D | IMediaHTTPService.cpp | 32 struct BpMediaHTTPService : public BpInterface<IMediaHTTPService> { 34 : BpInterface<IMediaHTTPService>(impl) { in BpMediaHTTPService()
|
D | IStreamSource.cpp | 42 struct BpStreamSource : public BpInterface<IStreamSource> { 44 : BpInterface<IStreamSource>(impl) { in BpStreamSource() 136 struct BpStreamListener : public BpInterface<IStreamListener> { 138 : BpInterface<IStreamListener>(impl) { in BpStreamListener()
|
D | IMediaRecorderClient.cpp | 30 class BpMediaRecorderClient: public BpInterface<IMediaRecorderClient> 34 : BpInterface<IMediaRecorderClient>(impl) in BpMediaRecorderClient()
|
D | IMediaPlayerClient.cpp | 30 class BpMediaPlayerClient: public BpInterface<IMediaPlayerClient> 34 : BpInterface<IMediaPlayerClient>(impl) in BpMediaPlayerClient()
|
D | IResourceManagerClient.cpp | 31 class BpResourceManagerClient: public BpInterface<IResourceManagerClient> 35 : BpInterface<IResourceManagerClient>(impl) in BpResourceManagerClient()
|
D | IRemoteDisplay.cpp | 30 class BpRemoteDisplay: public BpInterface<IRemoteDisplay> 34 : BpInterface<IRemoteDisplay>(impl) in BpRemoteDisplay()
|
/frameworks/native/libs/vr/libdisplay/ |
D | vsync_service.cpp | 29 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/ |
D | IMountShutdownObserver.cpp | 26 class BpMountShutdownObserver: public BpInterface<IMountShutdownObserver> { 29 : BpInterface<IMountShutdownObserver>(impl) { } in BpMountShutdownObserver()
|
D | IObbActionListener.cpp | 27 class BpObbActionListener: public BpInterface<IObbActionListener> { 30 : BpInterface<IObbActionListener>(impl) in BpObbActionListener()
|
D | IMountServiceListener.cpp | 27 class BpMountServiceListener: public BpInterface<IMountServiceListener> { 30 : BpInterface<IMountServiceListener>(impl) { } in BpMountServiceListener()
|
/frameworks/native/libs/input/ |
D | ISetInputWindowsListener.cpp | 21 class BpSetInputWindowsListener : public BpInterface<ISetInputWindowsListener> { 24 : BpInterface<ISetInputWindowsListener>(impl) { in BpSetInputWindowsListener()
|
/frameworks/av/drm/common/include/ |
D | IDrmServiceListener.h | 49 class BpDrmServiceListener: public BpInterface<IDrmServiceListener> 53 : BpInterface<IDrmServiceListener>(impl) {} in BpDrmServiceListener()
|
/frameworks/native/libs/binder/ |
D | IResultReceiver.cpp | 31 class BpResultReceiver : public BpInterface<IResultReceiver> 35 : BpInterface<IResultReceiver>(impl) in BpResultReceiver()
|
D | IMediaResourceMonitor.cpp | 26 class BpMediaResourceMonitor : public BpInterface<IMediaResourceMonitor> { 29 : BpInterface<IMediaResourceMonitor>(impl) {} in BpMediaResourceMonitor()
|
D | IAppOpsCallback.cpp | 31 class BpAppOpsCallback : public BpInterface<IAppOpsCallback> 35 : BpInterface<IAppOpsCallback>(impl) in BpAppOpsCallback()
|
D | IShellCallback.cpp | 34 class BpShellCallback : public BpInterface<IShellCallback> 38 : BpInterface<IShellCallback>(impl) in BpShellCallback()
|
/frameworks/av/drm/libmediadrm/ |
D | IDrmClient.cpp | 35 class BpDrmClient: public BpInterface<IDrmClient> 39 : BpInterface<IDrmClient>(impl) in BpDrmClient()
|
D | IMediaDrmService.cpp | 37 class BpMediaDrmService: public BpInterface<IMediaDrmService> 41 : BpInterface<IMediaDrmService>(impl) in BpMediaDrmService()
|
/frameworks/av/media/libaaudio/src/binding/ |
D | IAAudioClient.cpp | 37 class BpAAudioClient : public BpInterface<IAAudioClient> 41 : BpInterface<IAAudioClient>(impl) in BpAAudioClient()
|
/frameworks/av/media/utils/ |
D | ISchedulingPolicyService.cpp | 33 class BpSchedulingPolicyService : public BpInterface<ISchedulingPolicyService> 37 : BpInterface<ISchedulingPolicyService>(impl) in BpSchedulingPolicyService()
|
/frameworks/native/libs/gui/ |
D | IProducerListener.cpp | 29 class BpProducerListener : public BpInterface<IProducerListener> 33 : BpInterface<IProducerListener>(impl) {} in BpProducerListener()
|
/frameworks/native/libs/sensor/ |
D | ISensorEventConnection.cpp | 43 class BpSensorEventConnection : public BpInterface<ISensorEventConnection> 47 : BpInterface<ISensorEventConnection>(impl) in BpSensorEventConnection() 103 BpInterface<ISensorEventConnection>::onLastStrongRef(id); in onLastStrongRef()
|
/frameworks/av/soundtrigger/ |
D | ISoundTriggerClient.cpp | 34 class BpSoundTriggerClient: public BpInterface<ISoundTriggerClient> 39 : BpInterface<ISoundTriggerClient>(impl) in BpSoundTriggerClient()
|