Searched refs:BpInterface (Results 1 - 25 of 66) sorted by relevance

123

/frameworks/av/media/libmedia/
H A DIMediaHTTPService.cpp32 struct BpMediaHTTPService : public BpInterface<IMediaHTTPService> {
34 : BpInterface<IMediaHTTPService>(impl) {
H A DIAudioPolicyServiceClient.cpp35 class BpAudioPolicyServiceClient : public BpInterface<IAudioPolicyServiceClient>
39 : BpInterface<IAudioPolicyServiceClient>(impl)
H A DIAudioRecord.cpp37 class BpAudioRecord : public BpInterface<IAudioRecord>
41 : BpInterface<IAudioRecord>(impl)
H A DIDrmClient.cpp35 class BpDrmClient: public BpInterface<IDrmClient>
39 : BpInterface<IDrmClient>(impl)
H A DIMediaPlayerClient.cpp30 class BpMediaPlayerClient: public BpInterface<IMediaPlayerClient>
34 : BpInterface<IMediaPlayerClient>(impl)
H A DIMediaRecorderClient.cpp30 class BpMediaRecorderClient: public BpInterface<IMediaRecorderClient>
34 : BpInterface<IMediaRecorderClient>(impl)
H A DIRemoteDisplay.cpp30 class BpRemoteDisplay: public BpInterface<IRemoteDisplay>
34 : BpInterface<IRemoteDisplay>(impl)
H A DIMediaLogService.cpp34 class BpMediaLogService : public BpInterface<IMediaLogService>
38 : BpInterface<IMediaLogService>(impl)
/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesListener.cpp24 class BpBatteryPropertiesListener : public BpInterface<IBatteryPropertiesListener>
28 : BpInterface<IBatteryPropertiesListener>(impl)
/frameworks/av/drm/libdrmframework/include/
H A DIDrmServiceListener.h49 class BpDrmServiceListener: public BpInterface<IDrmServiceListener>
53 : BpInterface<IDrmServiceListener>(impl) {}
/frameworks/base/libs/storage/
H A DIObbActionListener.cpp27 class BpObbActionListener: public BpInterface<IObbActionListener> {
30 : BpInterface<IObbActionListener>(impl)
/frameworks/native/libs/gui/
H A DIProducerListener.cpp27 class BpProducerListener : public BpInterface<IProducerListener>
31 : BpInterface<IProducerListener>(impl) {}
H A DIConsumerListener.cpp36 class BpConsumerListener : public BpInterface<IConsumerListener>
40 : BpInterface<IConsumerListener>(impl) {
H A DIDisplayEventConnection.cpp39 class BpDisplayEventConnection : public BpInterface<IDisplayEventConnection>
43 : BpInterface<IDisplayEventConnection>(impl)
H A DIGraphicBufferAlloc.cpp37 class BpGraphicBufferAlloc : public BpInterface<IGraphicBufferAlloc>
41 : BpInterface<IGraphicBufferAlloc>(impl)
H A DISensorServer.cpp40 class BpSensorServer : public BpInterface<ISensorServer>
44 : BpInterface<ISensorServer>(impl)
/frameworks/native/include/binder/
H A DIInterface.h63 class BpInterface : public INTERFACE, public BpRefBase class in namespace:android
66 BpInterface(const sp<IBinder>& remote);
135 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) function in class:android::BpInterface
141 inline IBinder* BpInterface<INTERFACE>::onAsBinder()
/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp30 class BpCameraRecordingProxyListener: public BpInterface<ICameraRecordingProxyListener>
34 : BpInterface<ICameraRecordingProxyListener>(impl)
H A DICameraServiceListener.cpp35 class BpCameraServiceListener: public BpInterface<ICameraServiceListener>
40 : BpInterface<ICameraServiceListener>(impl)
H A DICameraRecordingProxy.cpp35 class BpCameraRecordingProxy: public BpInterface<ICameraRecordingProxy>
39 : BpInterface<ICameraRecordingProxy>(impl)
H A DIProCameraCallbacks.cpp41 class BpProCameraCallbacks: public BpInterface<IProCameraCallbacks>
45 : BpInterface<IProCameraCallbacks>(impl)
/frameworks/av/services/audioflinger/
H A DISchedulingPolicyService.cpp32 class BpSchedulingPolicyService : public BpInterface<ISchedulingPolicyService>
36 : BpInterface<ISchedulingPolicyService>(impl)
/frameworks/native/libs/binder/
H A DIAppOpsCallback.cpp31 class BpAppOpsCallback : public BpInterface<IAppOpsCallback>
35 : BpInterface<IAppOpsCallback>(impl)
H A DIPermissionController.cpp31 class BpPermissionController : public BpInterface<IPermissionController>
35 : BpInterface<IPermissionController>(impl)
/frameworks/av/soundtrigger/
H A DISoundTriggerClient.cpp34 class BpSoundTriggerClient: public BpInterface<ISoundTriggerClient>
39 : BpInterface<ISoundTriggerClient>(impl)

Completed in 4561 milliseconds

123