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

1 2 3

  /frameworks/av/drm/libdrmframework/include/
IDrmServiceListener.h 49 class BpDrmServiceListener: public BpInterface<IDrmServiceListener>
53 : BpInterface<IDrmServiceListener>(impl) {}
  /frameworks/base/libs/storage/
IObbActionListener.cpp 27 class BpObbActionListener: public BpInterface<IObbActionListener> {
30 : BpInterface<IObbActionListener>(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)
IProCameraCallbacks.cpp 44 class BpProCameraCallbacks: public BpInterface<IProCameraCallbacks>
48 : BpInterface<IProCameraCallbacks>(impl)
  /frameworks/av/media/libmedia/
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)
IAudioRecord.cpp 37 class BpAudioRecord : public BpInterface<IAudioRecord>
41 : BpInterface<IAudioRecord>(impl)
IMediaLogService.cpp 34 class BpMediaLogService : public BpInterface<IMediaLogService>
38 : BpInterface<IMediaLogService>(impl)
IAudioFlingerClient.cpp 34 class BpAudioFlingerClient : public BpInterface<IAudioFlingerClient>
38 : BpInterface<IAudioFlingerClient>(impl)
IEffectClient.cpp 33 class BpEffectClient: public BpInterface<IEffectClient>
37 : BpInterface<IEffectClient>(impl)
IRemoteDisplayClient.cpp 32 class BpRemoteDisplayClient: public BpInterface<IRemoteDisplayClient>
36 : BpInterface<IRemoteDisplayClient>(impl)
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.cpp 32 class BpSchedulingPolicyService : public BpInterface<ISchedulingPolicyService>
36 : BpInterface<ISchedulingPolicyService>(impl)
  /frameworks/native/libs/binder/
IAppOpsCallback.cpp 32 class BpAppOpsCallback : public BpInterface<IAppOpsCallback>
36 : BpInterface<IAppOpsCallback>(impl)
IPermissionController.cpp 32 class BpPermissionController : public BpInterface<IPermissionController>
36 : BpInterface<IPermissionController>(impl)
  /frameworks/native/services/powermanager/
IPowerManager.cpp 36 class BpPowerManager : public BpInterface<IPowerManager>
40 : BpInterface<IPowerManager>(impl)
  /hardware/qcom/display/libqservice/
IQClient.cpp 38 class BpQClient : public BpInterface<IQClient>
42 : BpInterface<IQClient>(impl) {}
  /frameworks/native/libs/gui/
IDisplayEventConnection.cpp 39 class BpDisplayEventConnection : public BpInterface<IDisplayEventConnection>
43 : BpInterface<IDisplayEventConnection>(impl)
IGraphicBufferAlloc.cpp 37 class BpGraphicBufferAlloc : public BpInterface<IGraphicBufferAlloc>
41 : BpInterface<IGraphicBufferAlloc>(impl)
ISensorServer.cpp 40 class BpSensorServer : public BpInterface<ISensorServer>
44 : BpInterface<ISensorServer>(impl)
ISensorEventConnection.cpp 39 class BpSensorEventConnection : public BpInterface<ISensorEventConnection>
43 : BpInterface<ISensorEventConnection>(impl)

Completed in 719 milliseconds

1 2 3