Searched refs:IInterface (Results 1 - 25 of 81) sorted by relevance

1234

/frameworks/native/libs/binder/
H A DIInterface.cpp17 #include <binder/IInterface.h>
23 IInterface::IInterface() function in class:android::IInterface
27 IInterface::~IInterface() {
30 sp<IBinder> IInterface::asBinder()
35 sp<const IBinder> IInterface::asBinder() const
37 return this ? const_cast<IInterface*>(this)->onAsBinder() : NULL;
/frameworks/base/core/java/android/os/
H A DIInterface.java21 * you must derive it from IInterface.
23 public interface IInterface interface
/frameworks/av/services/audioflinger/
H A DISchedulingPolicyService.h20 #include <binder/IInterface.h>
24 class ISchedulingPolicyService : public IInterface
/frameworks/base/include/storage/
H A DIMountShutdownObserver.h20 #include <binder/IInterface.h>
25 class IMountShutdownObserver: public IInterface
H A DIMountServiceListener.h20 #include <binder/IInterface.h>
25 class IMountServiceListener: public IInterface {
H A DIObbActionListener.h20 #include <binder/IInterface.h>
27 class IObbActionListener: public IInterface
/frameworks/native/include/powermanager/
H A DIPowerManager.h21 #include <binder/IInterface.h>
28 class IPowerManager : public IInterface
/frameworks/av/include/camera/
H A DICameraRecordingProxy.h20 #include <binder/IInterface.h>
78 class ICameraRecordingProxy: public IInterface
H A DICameraRecordingProxyListener.h20 #include <binder/IInterface.h>
30 class ICameraRecordingProxyListener: public IInterface
H A DICameraClient.h21 #include <binder/IInterface.h>
29 class ICameraClient: public IInterface
H A DICameraService.h21 #include <binder/IInterface.h>
29 class ICameraService : public IInterface
/frameworks/av/include/media/
H A DIAudioFlingerClient.h22 #include <binder/IInterface.h>
30 class IAudioFlingerClient : public IInterface
H A DIAudioRecord.h25 #include <binder/IInterface.h>
32 class IAudioRecord : public IInterface
H A DIEffectClient.h21 #include <binder/IInterface.h>
27 class IEffectClient: public IInterface
H A DIMediaPlayerClient.h21 #include <binder/IInterface.h>
26 class IMediaPlayerClient: public IInterface
H A DIMediaRecorderClient.h21 #include <binder/IInterface.h>
26 class IMediaRecorderClient: public IInterface
H A DIRemoteDisplay.h24 #include <binder/IInterface.h>
37 class IRemoteDisplay : public IInterface
H A DICrypto.h17 #include <binder/IInterface.h>
29 struct ICrypto : public IInterface {
H A DIEffect.h21 #include <binder/IInterface.h>
27 class IEffect: public IInterface
H A DIMediaMetadataRetriever.h21 #include <binder/IInterface.h>
29 class IMediaMetadataRetriever: public IInterface
H A DIRemoteDisplayClient.h24 #include <binder/IInterface.h>
31 class IRemoteDisplayClient : public IInterface
/frameworks/native/include/binder/
H A DIPermissionController.h21 #include <binder/IInterface.h>
27 class IPermissionController : public IInterface
/frameworks/native/include/gui/
H A DIDisplayEventConnection.h26 #include <binder/IInterface.h>
33 class IDisplayEventConnection : public IInterface
H A DISensorServer.h26 #include <binder/IInterface.h>
34 class ISensorServer : public IInterface
/frameworks/av/drm/libdrmframework/include/
H A DIDrmServiceListener.h21 #include <binder/IInterface.h>
32 class IDrmServiceListener : public IInterface

Completed in 262 milliseconds

1234