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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 19 import android.os.Binder;
66 IBinder lock = new Binder();
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthCallback.java 32 * <p> This callback is called on the binder thread (not on the UI thread)
50 * parcel file descriptor when done. This callback is called on the Binder
  /frameworks/base/core/java/android/os/
SystemVibrator.java 30 private final Binder mToken = new Binder();
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalService.java 21 import android.os.Binder;
29 private final IBinder mBinder = new Binder() {
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DataVerify.java 96 private final IDataVerifyStub binder = new IDataVerifyStub(); field in class:DataVerify
114 return binder;
  /frameworks/base/services/java/com/android/server/am/
ContentProviderConnection.java 19 import android.os.Binder;
26 public class ContentProviderConnection extends Binder {
  /frameworks/native/include/binder/
MemoryDealer.h 24 #include <binder/IMemory.h>
25 #include <binder/MemoryHeapBase.h>
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
AccountServiceProxy.java 38 public void onConnected(IBinder binder) {
39 mService = IAccountService.Stub.asInterface(binder);
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
FileContentProvider.java 27 import android.os.Binder;
54 if (Process.myUid() != Binder.getCallingUid()) {
  /frameworks/base/docs/html/guide/components/
bound-services.jd 20 <li><a href="#Binder">Extending the Binder class</a></li>
129 <dt><a href="#Binder">Extending the Binder class</a></dt>
131 (which is common), you should create your interface by extending the {@link android.os.Binder} class
133 {@link android.app.Service#onBind onBind()}. The client receives the {@link android.os.Binder} and
134 can use it to directly access public methods available in either the {@link android.os.Binder}
179 <h3 id="Binder">Extending the Binder class</h3>
182 then you can implement your own {@link android.os.Binder} class that provides your client direc
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 46 import android.os.Binder;
425 return (OWN_PROCESS_ID != Binder.getCallingPid());
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/
IAccessibilityServiceDelegateConnection.aidl 31 void setAccessibilityServiceDelegate(in IBinder binder);
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/
IAccessibilityServiceDelegateConnection.aidl 31 void setAccessibilityServiceDelegate(in IBinder binder);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 52 Log.v(TAG, "getBinder()... returning the AccountAuthenticator binder for intent "
  /external/sepolicy/
adbd.te 32 # Perform binder IPC to surfaceflinger (screencap)
attributes 59 # All domains used for binder service domains.
system.te 9 # Perform binder IPC to any app domain.
92 # Perform Binder IPC.
98 # Transfer other Binder references.
102 # Read /proc/pid files for Binder clients.
  /frameworks/av/drm/libdrmframework/include/
IDrmManagerService.h 21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
165 * This is the Binder implementation class for DRM Manager service.
251 * This is the Binder implementation class for DRM Manager service.
  /frameworks/av/include/camera/
ICameraRecordingProxyListener.h 20 #include <binder/IInterface.h>
  /frameworks/av/include/media/
ICrypto.h 17 #include <binder/IInterface.h>
  /frameworks/base/core/jni/
android_util_Binder.h 21 #include <binder/IBinder.h>
  /frameworks/base/libs/storage/
IMountShutdownObserver.cpp 18 #include <binder/Parcel.h>
  /frameworks/base/location/java/android/location/
ILocationProvider.aidl 26 * Binder interface for services that implement location providers.
  /frameworks/base/test-runner/src/android/test/
TimedTest.java 29 * and binder transactions to be gathered and written through instrumentation output.
  /frameworks/native/libs/binder/
Android.mk 17 Binder.cpp \

Completed in 6880 milliseconds

1 2 3 4 56 7 8 91011>>