Home
last modified time | relevance | path

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

1234

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DConditionProvidersTest.java30 import android.os.IInterface;
63 mock(IInterface.class), cn, 0, false, mock(ServiceConnection.class), 33, 100); in notifyConditions_findCondition()
80 mock(IInterface.class), new ComponentName("package", "cls"), 0, false, in notifyConditions_callbackOnConditionChanged()
99 mock(IInterface.class), new ComponentName("package", "cls"), 0, false, in notifyConditions_duplicateIds_ignored()
119 mock(IInterface.class), new ComponentName("package", "cls"), 0, false, in notifyConditions_nullItems_ignored()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A 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()
334 IInterface iface = null; in connect()
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/util/
H A DRemoteCallbackListExtensions.kt19 import android.os.IInterface
22 inline fun <T : IInterface> RemoteCallbackList<T>.broadcast(action: (T) -> Unit) {
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/util/
H A DRemoteCallbackListExt.java19 import android.os.IInterface;
28 public class RemoteCallbackListExt<E extends IInterface> extends RemoteCallbackList<E> {
/aosp14/frameworks/base/core/java/android/database/
H A DIBulkCursor.java21 import android.os.IInterface;
31 public interface IBulkCursor extends IInterface {
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A 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()
H A DBinderDeathDispatcher.java23 import android.os.IInterface;
39 public class BinderDeathDispatcher<T extends IInterface> {
/aosp14/frameworks/base/core/java/com/android/internal/infra/
H A DAbstractSinglePendingRequestRemoteService.java23 import android.os.IInterface;
42 extends AbstractSinglePendingRequestRemoteService<S, I>, I extends IInterface>
H A DAbstractRemoteService.java34 import android.os.IInterface;
73 I extends IInterface> implements DeathRecipient {
600 I extends IInterface> implements Runnable {
715 I extends IInterface> extends BasePendingRequest<S, I> {
768 public interface AsyncRequest<I extends IInterface> {
777 I extends IInterface> extends BasePendingRequest<S, I> {
H A DAbstractMultiplePendingRequestsRemoteService.java23 import android.os.IInterface;
41 extends AbstractMultiplePendingRequestsRemoteService<S, I>, I extends IInterface>
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSingleInstanceRemoteListener.java20 import android.os.IInterface;
38 public class SingleInstanceRemoteListener<C extends RemoteCallable, L extends IInterface> {
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
H A DFakeServiceConnector.java21 import android.os.IInterface;
34 final class FakeServiceConnector<T extends IInterface> implements ServiceConnector<T> {
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp291 IInterface::asBinder(self->getIGraphicBufferProducer()) == in nativeGetFromSurfaceControl()
292 IInterface::asBinder(ctrl->getIGraphicBufferProducer())) { in nativeGetFromSurfaceControl()
311 IInterface::asBinder(self->getIGraphicBufferProducer()) == in nativeGetFromBlastBufferQueue()
312 IInterface::asBinder(bufferProducer)) { in nativeGetFromBlastBufferQueue()
343 && (IInterface::asBinder(self->getIGraphicBufferProducer()) == in nativeReadFromParcel()
344 IInterface::asBinder(surfaceShim.graphicBufferProducer))) { in nativeReadFromParcel()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DBinderCacheManager.java21 import android.os.IInterface;
37 public class BinderCacheManager<T extends IInterface> {
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
H A DImsFeature.java23 import android.os.IInterface;
154 public abstract IInterface getBinder(); in getBinder()
/aosp14/frameworks/base/errorprone/tests/res/android/os/
H A DIInterface.java19 public interface IInterface { interface
/aosp14/frameworks/base/core/java/android/os/
H A DIInterface.java23 public interface IInterface interface
/aosp14/frameworks/base/libs/storage/
H A DIMountService.cpp65 data.writeStrongBinder(IInterface::asBinder(listener)); in registerListener()
81 data.writeStrongBinder(IInterface::asBinder(listener)); in unregisterListener()
414 data.writeStrongBinder(IInterface::asBinder(observer)); in shutdown()
450 data.writeStrongBinder(IInterface::asBinder(token)); in mountObb()
471 data.writeStrongBinder(IInterface::asBinder(token)); in unmountObb()
/aosp14/frameworks/base/errorprone/tests/res/com/android/internal/telephony/
H A DITelephony.java21 public interface ITelephony extends android.os.IInterface {
/aosp14/frameworks/base/errorprone/tests/res/android/foo/
H A DIFooService.java21 public interface IFooService extends android.os.IInterface {
H A DIColorService.java21 public interface IColorService extends android.os.IInterface {
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java47 import android.os.IInterface;
201 abstract protected IInterface asInterface(IBinder binder); in asInterface()
203 abstract protected boolean checkType(IInterface service); in checkType()
339 private ManagedServiceInfo newServiceInfo(IInterface service, in newServiceInfo()
1052 protected boolean isServiceTokenValidLocked(IInterface service) { in isServiceTokenValidLocked()
1073 public boolean isSameUser(IInterface service, int userId) { in isSameUser()
1084 public void unregisterService(IInterface service, int userid) { in unregisterService()
1563 IInterface mService; in registerServiceLocked()
1695 private void checkNotNull(IInterface service) { in checkNotNull()
1771 public IInterface service;
[all …]
/aosp14/frameworks/base/libs/storage/include/storage/
H A DIMountShutdownObserver.h25 class IMountShutdownObserver: public IInterface
H A DIObbActionListener.h27 class IObbActionListener: public IInterface
H A DIMountServiceListener.h25 class IMountServiceListener: public IInterface {

1234