HomeSort by relevance Sort by last modified time
    Searched refs:IInterface (Results 101 - 125 of 162) sorted by null

1 2 3 45 6 7

  /frameworks/av/include/media/
IDrm.h 17 #include <binder/IInterface.h>
30 struct IDrm : public IInterface {
IOMX.h 21 #include <binder/IInterface.h>
37 class IOMX : public IInterface {
196 class IOMXObserver : public IInterface {
IAudioFlinger.h 26 #include <binder/IInterface.h>
42 class IAudioFlinger : public IInterface
AudioEffect.h 32 #include <binder/IInterface.h>
  /frameworks/base/core/java/android/content/
IContentProvider.java 25 import android.os.IInterface;
36 public interface IContentProvider extends IInterface {
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 26 #include <binder/IInterface.h>
53 class IGraphicBufferProducer : public IInterface
  /frameworks/native/libs/binder/
Binder.cpp 22 #include <binder/IInterface.h>
42 sp<IInterface> IBinder::queryLocalInterface(const String16& /*descriptor*/)
Android.mk 25 IInterface.cpp \
  /packages/services/Telecomm/src/com/android/server/telecom/
ServiceBinder.java 24 import android.os.IInterface;
40 abstract class ServiceBinder<ServiceInterface extends IInterface> {
  /system/security/keystore/include/keystore/
IKeystoreService.h 21 #include <binder/IInterface.h>
42 class IKeystoreService: public IInterface {
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 114 return IInterface::asBinder();
  /frameworks/native/libs/gui/
IDisplayEventConnection.cpp 25 #include <binder/IInterface.h>
ISensorServer.cpp 26 #include <binder/IInterface.h>
ISensorEventConnection.cpp 25 #include <binder/IInterface.h>
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 20 import android.os.IInterface;
89 IBinder binder = ((IInterface)callback).asBinder();
103 IBinder binder = ((IInterface)callback).asBinder();
  /frameworks/av/drm/libdrmframework/include/
DrmManagerService.h 22 #include <binder/IInterface.h>
IDrmManagerService.h 21 #include <binder/IInterface.h>
43 class IDrmManagerService : public IInterface
  /frameworks/av/include/drm/
DrmManagerClient.h 21 #include <binder/IInterface.h>
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 27 * <li> Keeps track of a set of registered {@link IInterface} callbacks,
29 * (by calling {@link IInterface#asBinder IInterface.asBinder()}.
49 public class RemoteCallbackList<E extends IInterface> {
85 * checking to see if the {@link IInterface#asBinder callback.asBinder()}
127 * {@link IInterface#asBinder callback.asBinder()} object to correctly
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 214 { IInterface }
285 { IInterface }
359 /// -IInterface descendants (default property)
363 /// sure that any stored variables of type IInterface are released.
378 function GetAsInterface(const Name: String): IInterface;
379 procedure SetAsInterface(const Name: String; const Value: IInterface);
386 property AsInterface[const Name: String]: IInterface read GetAsInterface write SetAsInterface; default;
392 function SameObj(const A, B: IInterface): Boolean;
404 function SameObj(const A, B: IInterface): Boolean;
406 X, Y: IInterface;
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 28 import android.os.IInterface;
365 private static class MockIInterface implements IInterface {
MessengerTest.java 27 import android.os.IInterface;
72 public IInterface queryLocalInterface(String descriptor) {
  /hardware/qcom/display/msm8084/libqservice/
IQService.cpp 26 #include <binder/IInterface.h>
  /hardware/qcom/display/msm8226/libqservice/
IQService.cpp 26 #include <binder/IInterface.h>
  /hardware/qcom/display/msm8960/libqservice/
IQService.cpp 26 #include <binder/IInterface.h>

Completed in 349 milliseconds

1 2 3 45 6 7