Searched refs:BpInterface (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/base/media/libmedia/
H A DIMediaPlayerService.cpp43 class BpMediaPlayerService: public BpInterface<IMediaPlayerService>
47 : BpInterface<IMediaPlayerService>(impl)
H A DIMediaRecorder.cpp57 class BpMediaRecorder: public BpInterface<IMediaRecorder>
61 : BpInterface<IMediaRecorder>(impl)
H A DIOMX.cpp56 class BpOMX : public BpInterface<IOMX> {
59 : BpInterface<IOMX>(impl) {
749 class BpOMXObserver : public BpInterface<IOMXObserver> {
752 : BpInterface<IOMXObserver>(impl) {
H A DIMediaPlayer.cpp60 class BpMediaPlayer: public BpInterface<IMediaPlayer>
64 : BpInterface<IMediaPlayer>(impl)
H A DIAudioPolicyService.cpp60 class BpAudioPolicyService : public BpInterface<IAudioPolicyService>
64 : BpInterface<IAudioPolicyService>(impl)
H A DIAudioFlinger.cpp75 class BpAudioFlinger : public BpInterface<IAudioFlinger>
79 : BpInterface<IAudioFlinger>(impl)
/frameworks/base/drm/libdrmframework/include/
H A DIDrmManagerService.h164 class BpDrmManagerService: public BpInterface<IDrmManagerService>
168 : BpInterface<IDrmManagerService>(impl) {}
/frameworks/base/libs/gui/
H A DISurfaceComposer.cpp47 class BpSurfaceComposer : public BpInterface<ISurfaceComposer>
51 : BpInterface<ISurfaceComposer>(impl)
H A DISurfaceTexture.cpp49 class BpSurfaceTexture : public BpInterface<ISurfaceTexture>
53 : BpInterface<ISurfaceTexture>(impl)
/frameworks/base/libs/camera/
H A DICamera.cpp52 class BpCamera: public BpInterface<ICamera>
56 : BpInterface<ICamera>(impl)
/frameworks/base/libs/storage/
H A DIMountService.cpp55 class BpMountService: public BpInterface<IMountService>
59 : BpInterface<IMountService>(impl)
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp105 class BpHolder : public BpInterface<IHolder> {
108 : BpInterface<IHolder>(impl) {

Completed in 3830 milliseconds

12