HomeSort by relevance Sort by last modified time
    Searched full:binder (Results 251 - 275 of 718) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 28 import android.os.Binder;
205 + Binder.getCallingPid()
206 + ", uid=" + Binder.getCallingUid());
  /frameworks/base/core/java/android/os/
Looper.java 120 Binder.clearCallingIdentity();
121 final long ident = Binder.clearCallingIdentity();
145 final long newIdent = Binder.clearCallingIdentity();
UserId.java 86 return getUserId(Binder.getCallingUid());
  /frameworks/base/docs/html/sdk/api_diff/13/changes/
pkg_android.os.html 99 <A NAME="Binder"></A>
100 <nobr><A HREF="android.os.Binder.html">Binder</A></nobr>
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 233 // Preserve the restore observer callback binder across activity relaunch
282 * The observer binder for showing backup/restore progress. This binder just bounces
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
WindowManagerPermissionTests.java 20 import android.os.Binder;
259 Binder token = new Binder();
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 231 IBinder binder = arguments.getIBinder("listener"); local
233 (binder == null ? null : IMediaScannerListener.Stub.asInterface(binder));
  /frameworks/av/include/media/
IAudioFlingerClient.h 22 #include <binder/IInterface.h>
IMediaRecorder.h 21 #include <binder/IInterface.h>
IStreamSource.h 21 #include <binder/IInterface.h>
  /frameworks/av/media/common_time/
utils.cpp 20 #include <binder/Parcel.h>
  /frameworks/av/media/libmedia/
IAudioRecord.cpp 25 #include <binder/Parcel.h>
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.cpp 20 #include <binder/Parcel.h>
  /frameworks/av/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 31 #include <binder/IPCThreadState.h>
32 #include <binder/IServiceManager.h>
33 #include <binder/ProcessState.h>
386 sp<IBinder> binder = sm->getService(String16("CameraServiceTest.Holder")); local
387 ASSERT(binder != 0);
388 sp<IHolder> holder = interface_cast<IHolder>(binder);
414 sp<IBinder> binder = sm->getService(String16("media.camera")); local
415 ASSERT(binder != 0);
416 sp<ICameraService> cs = interface_cast<ICameraService>(binder);
  /frameworks/base/core/java/android/accounts/
IAccountAuthenticatorCache.java 51 * {@link android.os.Binder#dump(java.io.FileDescriptor, java.io.PrintWriter, String[])}
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 61 in IBinder binder);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 22 import android.os.Binder;
222 // client using it is called through Binder from another process. Example: MMS
224 long identityToken = Binder.clearCallingIdentity();
226 Binder.restoreCallingIdentity(identityToken);
  /frameworks/base/core/java/com/android/internal/widget/
LockSettingsService.java 25 import android.os.Binder;
98 final int callingUid = Binder.getCallingUid();
106 final int callingUid = Binder.getCallingUid();
114 final int callingUid = Binder.getCallingUid();
  /frameworks/base/libs/storage/
IObbActionListener.cpp 18 #include <binder/Parcel.h>
  /frameworks/base/location/lib/java/com/android/location/provider/
GeocodeProvider.java 73 * Returns the Binder interface for the geocode provider.
  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 33 import android.os.Binder;
48 class CommonTimeManagementService extends Binder {
188 "pid=%d, uid=%d", Binder.getCallingPid(), Binder.getCallingUid()));
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneSubInfoProxy.java 23 import android.os.Binder;
  /frameworks/native/include/binder/
IPermissionController.h 21 #include <binder/IInterface.h>
  /frameworks/native/include/gui/
IGraphicBufferAlloc.h 23 #include <binder/IInterface.h>
ISensorEventConnection.h 26 #include <binder/IInterface.h>

Completed in 5601 milliseconds

<<11121314151617181920>>