Searched refs:BpInterface (Results 1 – 25 of 77) sorted by relevance
1234
63 class BpInterface : public INTERFACE, public BpRefBase66 BpInterface(const sp<IBinder>& remote);135 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface() function141 inline IBinder* BpInterface<INTERFACE>::onAsBinder() in onAsBinder()
24 class BpBatteryPropertiesListener : public BpInterface<IBatteryPropertiesListener>28 : BpInterface<IBatteryPropertiesListener>(impl) in BpBatteryPropertiesListener()
32 struct BpMediaHTTPService : public BpInterface<IMediaHTTPService> {34 : BpInterface<IMediaHTTPService>(impl) { in BpMediaHTTPService()
53 struct BpStreamSource : public BpInterface<IStreamSource> {55 : BpInterface<IStreamSource>(impl) { in BpStreamSource()147 struct BpStreamListener : public BpInterface<IStreamListener> {149 : BpInterface<IStreamListener>(impl) { in BpStreamListener()
33 class BpMediaCodecService : public BpInterface<IMediaCodecService>37 : BpInterface<IMediaCodecService>(impl) in BpMediaCodecService()
30 class BpMediaRecorderClient: public BpInterface<IMediaRecorderClient>34 : BpInterface<IMediaRecorderClient>(impl) in BpMediaRecorderClient()
35 class BpDrmClient: public BpInterface<IDrmClient>39 : BpInterface<IDrmClient>(impl) in BpDrmClient()
37 class BpMediaDrmService: public BpInterface<IMediaDrmService>41 : BpInterface<IMediaDrmService>(impl) in BpMediaDrmService()
31 class BpResourceManagerClient: public BpInterface<IResourceManagerClient>35 : BpInterface<IResourceManagerClient>(impl) in BpResourceManagerClient()
37 class BpAudioRecord : public BpInterface<IAudioRecord>41 : BpInterface<IAudioRecord>(impl) in BpAudioRecord()
30 class BpMediaPlayerClient: public BpInterface<IMediaPlayerClient>34 : BpInterface<IMediaPlayerClient>(impl) in BpMediaPlayerClient()
30 class BpRemoteDisplay: public BpInterface<IRemoteDisplay>34 : BpInterface<IRemoteDisplay>(impl) in BpRemoteDisplay()
33 class BpMediaExtractorService : public BpInterface<IMediaExtractorService>37 : BpInterface<IMediaExtractorService>(impl) in BpMediaExtractorService()
34 class BpMediaLogService : public BpInterface<IMediaLogService>38 : BpInterface<IMediaLogService>(impl) in BpMediaLogService()
29 class BpInputFlinger : public BpInterface<IInputFlinger> {32 BpInterface<IInputFlinger>(impl) { } in BpInputFlinger()
49 class BpDrmServiceListener: public BpInterface<IDrmServiceListener>53 : BpInterface<IDrmServiceListener>(impl) {} in BpDrmServiceListener()
27 class BpObbActionListener: public BpInterface<IObbActionListener> {30 : BpInterface<IObbActionListener>(impl) in BpObbActionListener()
31 class BpResultReceiver : public BpInterface<IResultReceiver>35 : BpInterface<IResultReceiver>(impl) in BpResultReceiver()
26 class BpMediaResourceMonitor : public BpInterface<IMediaResourceMonitor> {29 : BpInterface<IMediaResourceMonitor>(impl) {} in BpMediaResourceMonitor()
31 class BpAppOpsCallback : public BpInterface<IAppOpsCallback>35 : BpInterface<IAppOpsCallback>(impl) in BpAppOpsCallback()
32 class BpRadioClient: public BpInterface<IRadioClient>37 : BpInterface<IRadioClient>(impl) in BpRadioClient()
32 class BpSchedulingPolicyService : public BpInterface<ISchedulingPolicyService>36 : BpInterface<ISchedulingPolicyService>(impl) in BpSchedulingPolicyService()
28 class BpProducerListener : public BpInterface<IProducerListener>32 : BpInterface<IProducerListener>(impl) {} in BpProducerListener()
39 class BpDisplayEventConnection : public BpInterface<IDisplayEventConnection>43 : BpInterface<IDisplayEventConnection>(impl) in BpDisplayEventConnection()
27 class BpCameraServiceProxy: public BpInterface<ICameraServiceProxy> {29 BpCameraServiceProxy(const sp<IBinder>& impl) : BpInterface<ICameraServiceProxy>(impl) {} in BpCameraServiceProxy()