HomeSort by relevance Sort by last modified time
    Searched refs:BpInterface (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /frameworks/av/drm/libdrmframework/include/
IDrmServiceListener.h 49 class BpDrmServiceListener: public BpInterface<IDrmServiceListener>
53 : BpInterface<IDrmServiceListener>(impl) {}
  /frameworks/av/media/libmedia/
IMediaHTTPService.cpp 32 struct BpMediaHTTPService : public BpInterface<IMediaHTTPService> {
34 : BpInterface<IMediaHTTPService>(impl) {
IAudioPolicyServiceClient.cpp 35 class BpAudioPolicyServiceClient : public BpInterface<IAudioPolicyServiceClient>
39 : BpInterface<IAudioPolicyServiceClient>(impl)
IAudioRecord.cpp 37 class BpAudioRecord : public BpInterface<IAudioRecord>
41 : BpInterface<IAudioRecord>(impl)
IDrmClient.cpp 35 class BpDrmClient: public BpInterface<IDrmClient>
39 : BpInterface<IDrmClient>(impl)
IMediaPlayerClient.cpp 30 class BpMediaPlayerClient: public BpInterface<IMediaPlayerClient>
34 : BpInterface<IMediaPlayerClient>(impl)
IMediaRecorderClient.cpp 30 class BpMediaRecorderClient: public BpInterface<IMediaRecorderClient>
34 : BpInterface<IMediaRecorderClient>(impl)
IRemoteDisplay.cpp 30 class BpRemoteDisplay: public BpInterface<IRemoteDisplay>
34 : BpInterface<IRemoteDisplay>(impl)
IMediaLogService.cpp 34 class BpMediaLogService : public BpInterface<IMediaLogService>
38 : BpInterface<IMediaLogService>(impl)
  /frameworks/native/services/batteryservice/
IBatteryPropertiesListener.cpp 24 class BpBatteryPropertiesListener : public BpInterface<IBatteryPropertiesListener>
28 : BpInterface<IBatteryPropertiesListener>(impl)
  /frameworks/base/libs/storage/
IObbActionListener.cpp 27 class BpObbActionListener: public BpInterface<IObbActionListener> {
30 : BpInterface<IObbActionListener>(impl)
  /frameworks/native/libs/gui/
IProducerListener.cpp 27 class BpProducerListener : public BpInterface<IProducerListener>
31 : BpInterface<IProducerListener>(impl) {}
IConsumerListener.cpp 35 class BpConsumerListener : public BpInterface<IConsumerListener>
39 : BpInterface<IConsumerListener>(impl) {
  /frameworks/native/include/binder/
IInterface.h 63 class BpInterface : public INTERFACE, public BpRefBase
66 BpInterface(const sp<IBinder>& remote);
135 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote)
141 inline IBinder* BpInterface<INTERFACE>::onAsBinder()
  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 30 class BpCameraRecordingProxyListener: public BpInterface<ICameraRecordingProxyListener>
34 : BpInterface<ICameraRecordingProxyListener>(impl)
ICameraServiceListener.cpp 35 class BpCameraServiceListener: public BpInterface<ICameraServiceListener>
40 : BpInterface<ICameraServiceListener>(impl)
ICameraRecordingProxy.cpp 35 class BpCameraRecordingProxy: public BpInterface<ICameraRecordingProxy>
39 : BpInterface<ICameraRecordingProxy>(impl)
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.cpp 32 class BpSchedulingPolicyService : public BpInterface<ISchedulingPolicyService>
36 : BpInterface<ISchedulingPolicyService>(impl)
  /frameworks/native/libs/binder/
IAppOpsCallback.cpp 31 class BpAppOpsCallback : public BpInterface<IAppOpsCallback>
35 : BpInterface<IAppOpsCallback>(impl)
IPermissionController.cpp 31 class BpPermissionController : public BpInterface<IPermissionController>
35 : BpInterface<IPermissionController>(impl)
  /hardware/qcom/display/msm8084/libqservice/
IQClient.cpp 41 class BpQClient : public BpInterface<IQClient>
45 : BpInterface<IQClient>(impl) {}
IQHDMIClient.cpp 41 class BpQHDMIClient : public BpInterface<IQHDMIClient>
45 :BpInterface<IQHDMIClient>(impl)
  /hardware/qcom/display/msm8226/libqservice/
IQClient.cpp 41 class BpQClient : public BpInterface<IQClient>
45 : BpInterface<IQClient>(impl) {}
  /hardware/qcom/display/msm8960/libqservice/
IQClient.cpp 38 class BpQClient : public BpInterface<IQClient>
42 : BpInterface<IQClient>(impl) {}
  /hardware/qcom/display/msm8974/libqservice/
IQClient.cpp 38 class BpQClient : public BpInterface<IQClient>
42 : BpInterface<IQClient>(impl) {}

Completed in 2192 milliseconds

1 2 3 4