HomeSort by relevance Sort by last modified time
    Searched full:bpinterface (Results 1 - 25 of 386) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/libs/vr/libvr_manager/
vr_manager.cpp 29 class BpVrStateCallbacks : public BpInterface<IVrStateCallbacks> {
32 : BpInterface<IVrStateCallbacks>(impl) {}
60 : public BpInterface<IPersistentVrStateCallbacks> {
63 : BpInterface<IPersistentVrStateCallbacks>(impl) {}
92 class BpVrManager : public BpInterface<IVrManager> {
95 : BpInterface<IVrManager>(impl) {}
  /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) {
IMediaRecorderClient.cpp 30 class BpMediaRecorderClient: public BpInterface<IMediaRecorderClient>
34 : BpInterface<IMediaRecorderClient>(impl)
IMediaCodecService.cpp 33 class BpMediaCodecService : public BpInterface<IMediaCodecService>
37 : BpInterface<IMediaCodecService>(impl)
IMediaPlayerClient.cpp 30 class BpMediaPlayerClient: public BpInterface<IMediaPlayerClient>
34 : BpInterface<IMediaPlayerClient>(impl)
IRemoteDisplay.cpp 30 class BpRemoteDisplay: public BpInterface<IRemoteDisplay>
34 : BpInterface<IRemoteDisplay>(impl)
IRemoteDisplayClient.cpp 32 class BpRemoteDisplayClient: public BpInterface<IRemoteDisplayClient>
36 : BpInterface<IRemoteDisplayClient>(impl)
IResourceManagerClient.cpp 31 class BpResourceManagerClient: public BpInterface<IResourceManagerClient>
35 : BpInterface<IResourceManagerClient>(impl)
  /frameworks/native/libs/input/
IInputFlinger.cpp 29 class BpInputFlinger : public BpInterface<IInputFlinger> {
32 BpInterface<IInputFlinger>(impl) { }
  /system/core/gatekeeperd/
IUserManager.cpp 27 class BpUserManager : public BpInterface<IUserManager>
31 BpInterface<IUserManager>(impl) {
  /system/core/storaged/include/
storaged_service.h 42 class BpStoraged : public BpInterface<IStoraged> {
44 BpStoraged(const sp<IBinder>& impl) : BpInterface<IStoraged>(impl){};
  /frameworks/av/camera/
ICameraServiceProxy.cpp 27 class BpCameraServiceProxy: public BpInterface<ICameraServiceProxy> {
30 : BpInterface<ICameraServiceProxy>(impl) {}
  /frameworks/base/libs/storage/
IMountShutdownObserver.cpp 26 class BpMountShutdownObserver: public BpInterface<IMountShutdownObserver> {
29 : BpInterface<IMountShutdownObserver>(impl) { }
IMountServiceListener.cpp 27 class BpMountServiceListener: public BpInterface<IMountServiceListener> {
30 : BpInterface<IMountServiceListener>(impl) { }
IObbActionListener.cpp 27 class BpObbActionListener: public BpInterface<IObbActionListener> {
30 : BpInterface<IObbActionListener>(impl)
  /frameworks/native/libs/gui/
IProducerListener.cpp 28 class BpProducerListener : public BpInterface<IProducerListener>
32 : BpInterface<IProducerListener>(impl) {}
  /frameworks/native/services/batteryservice/
IBatteryPropertiesListener.cpp 24 class BpBatteryPropertiesListener : public BpInterface<IBatteryPropertiesListener>
28 : BpInterface<IBatteryPropertiesListener>(impl)
  /test/vts/drivers/hal/common/include/binder/
VtsFuzzerBinderService.h 68 class BpVtsFuzzer : public BpInterface<IVtsFuzzer> {
70 BpVtsFuzzer(const sp<IBinder>& impl) : BpInterface<IVtsFuzzer>(impl) {}
  /frameworks/native/libs/binder/include/binder/
IInterface.h 63 class BpInterface : public INTERFACE, public BpRefBase
66 explicit BpInterface(const sp<IBinder>& remote);
135 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote)
141 inline IBinder* BpInterface<INTERFACE>::onAsBinder()
  /system/libhwbinder/include/hwbinder/
IInterface.h 58 class BpInterface : public INTERFACE, public IInterface, public BpHwRefBase
61 BpInterface(const sp<IBinder>& remote);
77 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote)
83 inline IBinder* BpInterface<INTERFACE>::onAsBinder()
  /frameworks/av/drm/libmediadrm/
IDrmClient.cpp 35 class BpDrmClient: public BpInterface<IDrmClient>
39 : BpInterface<IDrmClient>(impl)
  /frameworks/av/media/libaudioclient/
IAudioRecord.cpp 37 class BpAudioRecord : public BpInterface<IAudioRecord>
41 : BpInterface<IAudioRecord>(impl)
  /frameworks/av/media/utils/
ISchedulingPolicyService.cpp 32 class BpSchedulingPolicyService : public BpInterface<ISchedulingPolicyService>
36 : BpInterface<ISchedulingPolicyService>(impl)
  /frameworks/av/radio/
IRadioClient.cpp 32 class BpRadioClient: public BpInterface<IRadioClient>
37 : BpInterface<IRadioClient>(impl)

Completed in 2868 milliseconds

1 2 3 4 5 6 7 8 91011>>