Searched refs:IInterface (Results 76 - 100 of 112) sorted by relevance

12345

/frameworks/av/media/libmedia/
H A DIMediaRecorderClient.cpp19 #include <binder/IInterface.h>
/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java26 import android.os.IInterface;
52 void go(IInterface iface, FileDescriptor fd, String prefix,
73 static void go(Caller caller, IInterface iface, FileDescriptor out,
78 static void go(Caller caller, IInterface iface, FileDescriptor out,
/frameworks/native/include/gui/
H A DDisplayEventReceiver.h27 #include <binder/IInterface.h>
H A DIGraphicBufferProducer.h26 #include <binder/IInterface.h>
53 class IGraphicBufferProducer : public IInterface
/frameworks/native/libs/gui/
H A DIConsumerListener.cpp20 #include <binder/IInterface.h>
H A DIDisplayEventConnection.cpp25 #include <binder/IInterface.h>
H A DISensorServer.cpp26 #include <binder/IInterface.h>
H A DISensorEventConnection.cpp25 #include <binder/IInterface.h>
/frameworks/base/core/java/android/os/
H A DBinder.java79 private IInterface mOwner;
185 public static final boolean isProxy(IInterface iface) {
208 * to return the given owner IInterface when the corresponding
211 public void attachInterface(IInterface owner, String descriptor) {
243 * associated IInterface if it matches the requested
246 public IInterface queryLocalInterface(String descriptor) {
490 public IInterface queryLocalInterface(String descriptor) {
H A DRemoteCallbackList.java27 * <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
/frameworks/av/include/media/
H A DIAudioPolicyService.h26 #include <binder/IInterface.h>
36 class IAudioPolicyService : public IInterface
H A DIDrm.h17 #include <binder/IInterface.h>
30 struct IDrm : public IInterface {
H A DIOMX.h21 #include <binder/IInterface.h>
37 class IOMX : public IInterface {
196 class IOMXObserver : public IInterface {
H A DIAudioFlinger.h26 #include <binder/IInterface.h>
42 class IAudioFlinger : public IInterface
H A DAudioEffect.h32 #include <binder/IInterface.h>
/frameworks/base/core/java/android/content/
H A DIContentProvider.java25 import android.os.IInterface;
36 public interface IContentProvider extends IInterface {
/frameworks/native/libs/binder/
H A DBinder.cpp22 #include <binder/IInterface.h>
42 sp<IInterface> IBinder::queryLocalInterface(const String16& /*descriptor*/)
H A DAndroid.mk25 IInterface.cpp \
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h114 return IInterface::asBinder();
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h22 #include <binder/IInterface.h>
H A DIDrmManagerService.h21 #include <binder/IInterface.h>
43 class IDrmManagerService : public IInterface
/frameworks/av/include/drm/
H A DDrmManagerClient.h21 #include <binder/IInterface.h>
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java35 import android.os.IInterface;
50 public interface IApplicationThread extends IInterface {
/frameworks/base/core/tests/coretests/src/android/os/
H A DAidlTest.java19 import android.os.IInterface;
88 public IInterface queryLocalInterface(String descriptor) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java35 import android.os.IInterface;
466 class PackageCallbackList<T extends IInterface> extends RemoteCallbackList<T> {

Completed in 2860 milliseconds

12345