/frameworks/native/libs/binder/ |
D | IInterface.cpp | 25 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()
|
D | ActivityManager.cpp | 37 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()
|
/frameworks/av/media/libmedia/ |
D | IMediaPlayerService.cpp | 68 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()
|
D | IMediaExtractorService.cpp | 46 data.writeStrongBinder(IInterface::asBinder(source)); in makeExtractor() 115 reply->writeStrongBinder(IInterface::asBinder(ex)); in onTransact() 126 reply->writeStrongBinder(IInterface::asBinder(source)); in onTransact()
|
D | IMediaMetadataRetriever.cpp | 104 data.writeStrongBinder(IInterface::asBinder(httpService)); in setDataSource() 138 data.writeStrongBinder(IInterface::asBinder(source)); in setDataSource() 372 reply->writeStrongBinder(IInterface::asBinder(bitmap)); in onTransact() 395 reply->writeStrongBinder(IInterface::asBinder(bitmap)); in onTransact() 422 reply->writeStrongBinder(IInterface::asBinder(bitmap)); in onTransact() 450 reply->writeStrongBinder(IInterface::asBinder(frames[i])); in onTransact() 466 reply->writeStrongBinder(IInterface::asBinder(albumArt)); in onTransact()
|
/frameworks/native/include/binder/ |
D | IInterface.h | 29 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()
|
D | IMemory.h | 32 class IMemoryHeap : public IInterface 71 class IMemory : public IInterface
|
/frameworks/native/libs/binder/include/binder/ |
D | IInterface.h | 29 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()
|
D | IMemory.h | 32 class IMemoryHeap : public IInterface 71 class IMemory : public IInterface
|
/frameworks/native/include/vr/vr_manager/ |
D | vr_manager.h | 26 class IVrStateCallbacks : public IInterface { 47 class IPersistentVrStateCallbacks : public IInterface { 68 class IVrManager : public IInterface {
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | ManagedApplicationService.java | 28 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/ |
D | vr_manager.cpp | 100 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/av/media/utils/include/mediautils/ |
D | SchedulingPolicyService.h | 24 class IInterface; variable 38 int requestCpusetBoost(bool enable, const sp<IInterface> &client);
|
/frameworks/native/libs/sensorprivacy/ |
D | SensorPrivacyManager.cpp | 37 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/av/soundtrigger/ |
D | ISoundTriggerClient.cpp | 47 data.writeStrongBinder(IInterface::asBinder(eventMemory)); in onRecognitionEvent() 57 data.writeStrongBinder(IInterface::asBinder(eventMemory)); in onSoundModelEvent() 66 data.writeStrongBinder(IInterface::asBinder(eventMemory)); in onServiceStateChange()
|
/frameworks/base/telephony/java/com/android/internal/telephony/util/ |
D | RemoteCallbackListExt.java | 19 import android.os.IInterface; 28 public class RemoteCallbackListExt<E extends IInterface> extends RemoteCallbackList<E> {
|
/frameworks/av/media/utils/ |
D | ISchedulingPolicyService.h | 24 class ISchedulingPolicyService : public IInterface 32 virtual int requestCpusetBoost(bool enable, const sp<IInterface>& client) = 0;
|
D | ISchedulingPolicyService.cpp | 65 virtual int requestCpusetBoost(bool enable, const sp<IInterface>& client) in requestCpusetBoost() 70 data.writeStrongBinder(IInterface::asBinder(client)); in requestCpusetBoost()
|
/frameworks/base/core/java/android/database/ |
D | IBulkCursor.java | 21 import android.os.IInterface; 31 public interface IBulkCursor extends IInterface {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ContextFixture.java | 64 import android.os.IInterface; 196 IInterface service = mServiceByComponentName.get(serviceIntent.getComponent()); in bindService() 213 IInterface service = mServiceByServiceConnection.remove(connection); in unbindService() 552 private final Map<ComponentName, IInterface> mServiceByComponentName = 553 new HashMap<ComponentName, IInterface>(); 554 private final Map<String, IInterface> mServiceByPackageName = 555 new HashMap<String, IInterface>(); 559 private final Map<IInterface, ComponentName> mComponentNameByService = 560 new HashMap<IInterface, ComponentName>(); 561 private final Map<ServiceConnection, IInterface> mServiceByServiceConnection = [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | TestImsFeature.java | 19 import android.os.IInterface; 71 public IInterface getBinder() { in getBinder()
|
/frameworks/native/libs/vr/libdisplay/include/private/dvr/ |
D | vsync_service.h | 9 class IVsyncCallback : public IInterface { 41 class IVsyncService : public IInterface {
|
/frameworks/av/media/libmedia/include/media/ |
D | IStreamSource.h | 29 struct IStreamSource : public IInterface { 47 struct IStreamListener : public IInterface {
|
/frameworks/av/drm/libmediadrm/ |
D | IMediaDrmService.cpp | 72 reply->writeStrongBinder(IInterface::asBinder(crypto)); in onTransact() 78 reply->writeStrongBinder(IInterface::asBinder(drm)); in onTransact()
|
/frameworks/native/services/surfaceflinger/ |
D | TransactionCompletedThread.cpp | 61 IInterface::asBinder(listener)->unlinkToDeath(mDeathRecipient); in ~TransactionCompletedThread() 87 status_t err = IInterface::asBinder(listener)->linkToDeath(mDeathRecipient); in addCallback() 265 if (IInterface::asBinder(listener)->isBinderAlive()) { in threadMain() 268 IInterface::asBinder(listener)->unlinkToDeath(mDeathRecipient); in threadMain()
|