Home
last modified time | relevance | path

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

12

/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/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()
DIRemoteDisplay.cpp30 class BpRemoteDisplay: public BpInterface<IRemoteDisplay>
34 : BpInterface<IRemoteDisplay>(impl) in BpRemoteDisplay()
DIRemoteDisplayClient.cpp32 class BpRemoteDisplayClient: public BpInterface<IRemoteDisplayClient>
36 : BpInterface<IRemoteDisplayClient>(impl) in BpRemoteDisplayClient()
DIDataSource.cpp38 struct BpDataSource : public BpInterface<IDataSource> {
40 : BpInterface<IDataSource>(impl) {} in BpDataSource()
/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/include/binder/
DIInterface.h83 class LIBBINDER_EXPORTED BpInterface : public INTERFACE, public BpRefBase {
85 explicit BpInterface(const sp<IBinder>& remote);
205 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface() function
211 inline IBinder* BpInterface<INTERFACE>::onAsBinder() in onAsBinder()
/frameworks/native/libs/binder/include/binder/
DIInterface.h83 class LIBBINDER_EXPORTED BpInterface : public INTERFACE, public BpRefBase {
85 explicit BpInterface(const sp<IBinder>& remote);
205 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface() function
211 inline IBinder* BpInterface<INTERFACE>::onAsBinder() in onAsBinder()
/frameworks/av/drm/common/include/
DIDrmServiceListener.h49 class BpDrmServiceListener: public BpInterface<IDrmServiceListener>
53 : BpInterface<IDrmServiceListener>(impl) {} in BpDrmServiceListener()
/frameworks/native/libs/binder/
DIResultReceiver.cpp28 class BpResultReceiver : public BpInterface<IResultReceiver>
32 : BpInterface<IResultReceiver>(impl) in BpResultReceiver()
DIShellCallback.cpp32 class BpShellCallback : public BpInterface<IShellCallback>
36 : BpInterface<IShellCallback>(impl) in BpShellCallback()
DIProcessInfoService.cpp26 class BpProcessInfoService : public BpInterface<IProcessInfoService> {
29 : BpInterface<IProcessInfoService>(impl) {} in BpProcessInfoService()
DIUidObserver.cpp25 class BpUidObserver : public BpInterface<IUidObserver>
29 : BpInterface<IUidObserver>(impl) in BpUidObserver()
/frameworks/native/libs/permission/
DIAppOpsCallback.cpp29 class BpAppOpsCallback : public BpInterface<IAppOpsCallback>
33 : BpInterface<IAppOpsCallback>(impl) in BpAppOpsCallback()
/frameworks/av/services/mediaresourcemanager/
DIMediaResourceMonitor.cpp26 class BpMediaResourceMonitor : public BpInterface<IMediaResourceMonitor> {
29 : BpInterface<IMediaResourceMonitor>(impl) {} in BpMediaResourceMonitor()
/frameworks/av/camera/
DICameraRecordingProxy.cpp35 class BpCameraRecordingProxy: public BpInterface<ICameraRecordingProxy>
39 : BpInterface<ICameraRecordingProxy>(impl) in BpCameraRecordingProxy()
/frameworks/av/media/utils/
DISchedulingPolicyService.cpp33 class BpSchedulingPolicyService : public BpInterface<ISchedulingPolicyService>
37 : BpInterface<ISchedulingPolicyService>(impl) in BpSchedulingPolicyService()
/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/services/medialog/
DIMediaLogService.cpp35 class BpMediaLogService : public BpInterface<IMediaLogService>
39 : BpInterface<IMediaLogService>(impl) in BpMediaLogService()
/frameworks/native/libs/gui/
DIProducerListener.cpp30 class BpProducerListener : public BpInterface<IProducerListener>
34 : BpInterface<IProducerListener>(impl) {} in BpProducerListener()

12