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

1 2 3 4 5 6

  /frameworks/native/libs/binder/
IInterface.cpp 17 #include <binder/IInterface.h>
23 IInterface::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/
IInterface.java 21 * you must derive it from IInterface.
23 public interface IInterface
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.h 20 #include <binder/IInterface.h>
24 class ISchedulingPolicyService : public IInterface
  /frameworks/base/include/storage/
IMountShutdownObserver.h 20 #include <binder/IInterface.h>
25 class IMountShutdownObserver: public IInterface
IMountServiceListener.h 20 #include <binder/IInterface.h>
25 class IMountServiceListener: public IInterface {
IObbActionListener.h 20 #include <binder/IInterface.h>
27 class IObbActionListener: public IInterface
  /frameworks/native/include/batteryservice/
IBatteryPropertiesListener.h 21 #include <binder/IInterface.h>
34 class IBatteryPropertiesListener : public IInterface {
IBatteryPropertiesRegistrar.h 20 #include <binder/IInterface.h>
31 class IBatteryPropertiesRegistrar : public IInterface {
  /frameworks/native/include/binder/
IAppOpsCallback.h 21 #include <binder/IInterface.h>
27 class IAppOpsCallback : public IInterface
IPermissionController.h 21 #include <binder/IInterface.h>
27 class IPermissionController : public IInterface
  /frameworks/av/include/camera/
ICameraRecordingProxy.h 20 #include <binder/IInterface.h>
78 class ICameraRecordingProxy: public IInterface
ICameraRecordingProxyListener.h 20 #include <binder/IInterface.h>
30 class ICameraRecordingProxyListener: public IInterface
ICameraServiceListener.h 21 #include <binder/IInterface.h>
27 class ICameraServiceListener : public IInterface
  /frameworks/av/include/media/
IAudioFlingerClient.h 22 #include <binder/IInterface.h>
30 class IAudioFlingerClient : public IInterface
IDrmClient.h 21 #include <binder/IInterface.h>
27 class IDrmClient: public IInterface
IMediaLogService.h 20 #include <binder/IInterface.h>
26 class IMediaLogService: public IInterface
IMediaPlayerClient.h 21 #include <binder/IInterface.h>
26 class IMediaPlayerClient: public IInterface
IMediaRecorderClient.h 21 #include <binder/IInterface.h>
26 class IMediaRecorderClient: public IInterface
IRemoteDisplay.h 24 #include <binder/IInterface.h>
37 class IRemoteDisplay : public IInterface
IStreamSource.h 21 #include <binder/IInterface.h>
29 struct IStreamSource : public IInterface {
47 struct IStreamListener : public IInterface {
IAudioRecord.h 25 #include <binder/IInterface.h>
32 class IAudioRecord : public IInterface
IEffect.h 21 #include <binder/IInterface.h>
27 class IEffect: public IInterface
  /frameworks/native/include/gui/
IConsumerListener.h 26 #include <binder/IInterface.h>
63 class IConsumerListener : public ConsumerListener, public IInterface
  /frameworks/native/include/powermanager/
IPowerManager.h 21 #include <binder/IInterface.h>
28 class IPowerManager : public IInterface
  /frameworks/av/drm/libdrmframework/include/
IDrmServiceListener.h 21 #include <binder/IInterface.h>
32 class IDrmServiceListener : public IInterface

Completed in 536 milliseconds

1 2 3 4 5 6