Home
last modified time | relevance | path

Searched refs:IInterface (Results 1 – 25 of 231) sorted by relevance

12345678910

/frameworks/native/libs/binder/
DIInterface.cpp25 IInterface::IInterface() in IInterface() function in android::IInterface
29 IInterface::~IInterface() { in ~IInterface()
33 sp<IBinder> IInterface::asBinder(const IInterface* iface) in asBinder()
36 return const_cast<IInterface*>(iface)->onAsBinder(); in asBinder()
40 sp<IBinder> IInterface::asBinder(const sp<IInterface>& iface) in asBinder()
DActivityManager.cpp37 while (service == nullptr || !IInterface::asBinder(service)->isBinderAlive()) { in getService()
104 return IInterface::asBinder(service)->linkToDeath(recipient); in linkToDeath()
112 return IInterface::asBinder(service)->unlinkToDeath(recipient); in unlinkToDeath()
DProcessInfoService.cpp42 if (IInterface::asBinder(pis)->isBinderAlive()) return err; in getProcessStatesImpl()
75 if (IInterface::asBinder(pis)->isBinderAlive()) return err; in getProcessStatesScoresImpl()
DIMemory.cpp243 reply->writeStrongBinder( IInterface::asBinder(getMemory(&offset, &size)) ); in onTransact()
269 sp<IBinder> binder = IInterface::asBinder(this); in ~BpMemoryHeap()
280 sp<IBinder> binder = IInterface::asBinder(this); in ~BpMemoryHeap()
290 sp<IBinder> binder(IInterface::asBinder(const_cast<BpMemoryHeap*>(this))); in assertMapped()
332 IInterface::asBinder(this).get(), in assertReallyMapped()
351 IInterface::asBinder(this).get(), size, fd, strerror(errno)); in assertReallyMapped()
/frameworks/av/media/libmedia/
DIMediaPlayerService.cpp68 data.writeStrongBinder(IInterface::asBinder(client)); in create()
103 data.writeStrongBinder(IInterface::asBinder(client)); in listenForRemoteDisplay()
131 reply->writeStrongBinder(IInterface::asBinder(player)); in onTransact()
138 reply->writeStrongBinder(IInterface::asBinder(recorder)); in onTransact()
144 reply->writeStrongBinder(IInterface::asBinder(retriever)); in onTransact()
169 reply->writeStrongBinder(IInterface::asBinder(display)); in onTransact()
175 reply->writeStrongBinder(IInterface::asBinder(mcl)); in onTransact()
DIMediaMetadataRetriever.cpp104 data.writeStrongBinder(IInterface::asBinder(httpService)); in setDataSource()
138 data.writeStrongBinder(IInterface::asBinder(source)); in setDataSource()
375 reply->writeStrongBinder(IInterface::asBinder(bitmap)); in onTransact()
398 reply->writeStrongBinder(IInterface::asBinder(bitmap)); in onTransact()
425 reply->writeStrongBinder(IInterface::asBinder(bitmap)); in onTransact()
448 reply->writeStrongBinder(IInterface::asBinder(frame)); in onTransact()
465 reply->writeStrongBinder(IInterface::asBinder(albumArt)); in onTransact()
/frameworks/native/include/binder/
DIInterface.h29 class IInterface : public virtual RefBase
32 IInterface();
33 static sp<IBinder> asBinder(const IInterface*);
34 static sp<IBinder> asBinder(const sp<IInterface>&);
37 virtual ~IInterface();
75 virtual sp<IInterface> queryLocalInterface(const String16& _descriptor);
188 inline sp<IInterface> BnInterface<INTERFACE>::queryLocalInterface( in queryLocalInterface()
DIMemory.h32 class IMemoryHeap : public IInterface
71 class IMemory : public IInterface
/frameworks/native/libs/binder/include/binder/
DIInterface.h29 class IInterface : public virtual RefBase
32 IInterface();
33 static sp<IBinder> asBinder(const IInterface*);
34 static sp<IBinder> asBinder(const sp<IInterface>&);
37 virtual ~IInterface();
75 virtual sp<IInterface> queryLocalInterface(const String16& _descriptor);
188 inline sp<IInterface> BnInterface<INTERFACE>::queryLocalInterface( in queryLocalInterface()
DIMemory.h32 class IMemoryHeap : public IInterface
71 class IMemory : public IInterface
/frameworks/native/include/vr/vr_manager/
Dvr_manager.h26 class IVrStateCallbacks : public IInterface {
47 class IPersistentVrStateCallbacks : public IInterface {
68 class IVrManager : public IInterface {
/frameworks/av/services/audiopolicy/service/
DBinderProxy.h41 static_assert(std::is_base_of_v<IInterface, ServiceType>,
49 sp<IBinder> binder = IInterface::asBinder(mDelegate); in ~BinderProxy()
63 sp<IBinder> binder = IInterface::asBinder(mDelegate); in waitServiceOrDie()
/frameworks/base/services/core/java/com/android/server/utils/
DManagedApplicationService.java28 import android.os.IInterface;
96 private IInterface mBoundInterface;
172 IInterface asInterface(IBinder binder); in asInterface()
173 boolean checkType(IInterface service); in checkType()
180 void runEvent(IInterface service) throws RemoteException; in runEvent()
258 IInterface iface; in sendEvent()
333 IInterface iface = null; in connect()
/frameworks/native/libs/vr/libvr_manager/
Dvr_manager.cpp100 data.writeStrongBinder(IInterface::asBinder(cb)); in registerListener()
107 data.writeStrongBinder(IInterface::asBinder(cb)); in unregisterListener()
115 data.writeStrongBinder(IInterface::asBinder(cb)); in registerPersistentVrStateListener()
123 data.writeStrongBinder(IInterface::asBinder(cb)); in unregisterPersistentVrStateListener()
/frameworks/native/libs/sensorprivacy/
DSensorPrivacyManager.cpp37 while (service == nullptr || !IInterface::asBinder(service)->isBinderAlive()) { in getService()
92 return IInterface::asBinder(service)->linkToDeath(recipient); in linkToDeath()
101 return IInterface::asBinder(service)->unlinkToDeath(recipient); in unlinkToDeath()
/frameworks/base/telephony/java/com/android/internal/telephony/util/
DRemoteCallbackListExt.java19 import android.os.IInterface;
28 public class RemoteCallbackListExt<E extends IInterface> extends RemoteCallbackList<E> {
/frameworks/base/core/java/android/database/
DIBulkCursor.java21 import android.os.IInterface;
31 public interface IBulkCursor extends IInterface {
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestImsFeature.java19 import android.os.IInterface;
71 public IInterface getBinder() { in getBinder()
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Dvsync_service.h9 class IVsyncCallback : public IInterface {
41 class IVsyncService : public IInterface {
/frameworks/av/media/libmedia/include/media/
DIStreamSource.h29 struct IStreamSource : public IInterface {
47 struct IStreamListener : public IInterface {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java64 import android.os.IInterface;
198 IInterface service = mServiceByComponentName.get(serviceIntent.getComponent()); in bindService()
215 IInterface service = mServiceByServiceConnection.remove(connection); in unbindService()
576 private final Map<ComponentName, IInterface> mServiceByComponentName =
577 new HashMap<ComponentName, IInterface>();
578 private final Map<String, IInterface> mServiceByPackageName =
579 new HashMap<String, IInterface>();
583 private final Map<IInterface, ComponentName> mComponentNameByService =
584 new HashMap<IInterface, ComponentName>();
585 private final Map<ServiceConnection, IInterface> mServiceByServiceConnection =
[all …]
/frameworks/base/core/java/com/android/internal/infra/
DAbstractSinglePendingRequestRemoteService.java23 import android.os.IInterface;
39 extends AbstractSinglePendingRequestRemoteService<S, I>, I extends IInterface>
DAbstractRemoteService.java30 import android.os.IInterface;
65 I extends IInterface> implements DeathRecipient {
536 I extends IInterface> implements Runnable {
646 I extends IInterface> extends BasePendingRequest<S, I> {
699 public interface AsyncRequest<I extends IInterface> {
708 I extends IInterface> extends BasePendingRequest<S, I> {
/frameworks/base/core/java/com/android/internal/os/
DTransferPipe.java23 import android.os.IInterface;
59 void go(IInterface iface, FileDescriptor fd, String prefix, in go()
133 static void go(Caller caller, IInterface iface, FileDescriptor out, in go()
138 static void go(Caller caller, IInterface iface, FileDescriptor out, in go()
/frameworks/av/services/medialog/
DIMediaLogService.cpp46 data.writeStrongBinder(IInterface::asBinder(shared)); in registerWriter()
56 data.writeStrongBinder(IInterface::asBinder(shared)); in unregisterWriter()

12345678910