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

1 23 4 5 6 7 8 91011>>

  /cts/tests/src/android/app/cts/
MockService.java 21 import android.os.Binder;
28 public class MockBinder extends Binder {
LocalService.java 21 import android.os.Binder;
45 private final IBinder mBinder = new Binder() {
68 mReportObject = parcelable.binder;
  /frameworks/av/include/media/
IMediaPlayerClient.h 21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
IMediaRecorderClient.h 21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
  /frameworks/base/include/storage/
IMountServiceListener.h 20 #include <binder/IInterface.h>
21 #include <binder/Parcel.h>
IMountShutdownObserver.h 20 #include <binder/IInterface.h>
21 #include <binder/Parcel.h>
IObbActionListener.h 20 #include <binder/IInterface.h>
21 #include <binder/Parcel.h>
  /frameworks/base/services/common_time/
main.cpp 25 #include <binder/IPCThreadState.h>
26 #include <binder/ProcessState.h>
  /frameworks/native/libs/binder/
Static.cpp 20 #include <private/binder/Static.h>
22 #include <binder/IPCThreadState.h>
IServiceManager.cpp 19 #include <binder/IServiceManager.h>
23 #include <binder/IPCThreadState.h>
24 #include <binder/Parcel.h>
28 #include <private/binder/Static.h>
104 sp<IBinder> binder = defaultServiceManager()->checkService(_permission); local
105 if (binder == NULL) {
114 pc = interface_cast<IPermissionController>(binder);
IPermissionController.cpp 19 #include <binder/IPermissionController.h>
23 #include <binder/Parcel.h>
26 #include <private/binder/Static.h>
  /frameworks/base/services/java/com/android/server/
ClipboardService.java 33 import android.os.Binder;
144 checkDataOwnerLocked(clip, Binder.getCallingUid());
164 addActiveOwnerLocked(Binder.getCallingUid(), pkg);
209 long ident = Binder.clearCallingIdentity();
215 Binder.restoreCallingIdentity(ident);
237 long ident = Binder.clearCallingIdentity();
243 Binder.restoreCallingIdentity(ident);
279 long ident = Binder.clearCallingIdentity();
286 Binder.restoreCallingIdentity(ident);
  /frameworks/base/core/java/android/os/
SchedulingPolicyService.java 21 import android.os.Binder;
49 if (Binder.getCallingUid() != Process.MEDIA_UID || prio < PRIORITY_MIN ||
55 Process.setThreadGroup(tid, Binder.getCallingPid() == pid ?
Binder.java 36 * interface, having it generate the appropriate Binder subclass. You can,
37 * however, derive directly from Binder to implement your own custom RPC
38 * protocol or simply instantiate a raw Binder object directly to use as a
43 public class Binder implements IBinder {
46 * that extend this Binder class and that are not static. These kind
50 private static final String TAG = "Binder";
138 * here) for propagation via Binder calls. This is a little
157 * Flush any Binder commands pending in the current thread to the kernel
175 public Binder() {
179 final Class<? extends Binder> klass = getClass()
    [all...]
RemoteException.java 21 * Parent exception for all Binder remote-invocation errors
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 19 import android.os.Binder;
33 * Private and debugging Binder APIs.
93 forceGc("Binder");
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 9 #include <binder/Parcel.h>
10 #include <binder/ProcessState.h>
11 #include <binder/IServiceManager.h>
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 17 #include <binder/IInterface.h>
18 #include <binder/IServiceManager.h>
19 #include <binder/IPCThreadState.h>
  /external/sepolicy/
app.te 106 # Use the Binder.
108 # Perform binder IPC to binder services.
111 # Perform binder IPC to other apps.
unconfined.te 23 allow unconfineddomain domain:binder { call transfer receive };
  /frameworks/av/media/common_time/
utils.h 22 #include <binder/Parcel.h>
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.h 20 #include <binder/IInterface.h>
  /frameworks/base/cmds/sensorservice/
main_sensorservice.cpp 17 #include <binder/BinderService.h>
  /frameworks/base/cmds/system_server/
system_main.cpp 12 #include <binder/IPCThreadState.h>
  /frameworks/base/core/jni/
android_os_Parcel.h 17 #include <binder/IBinder.h>

Completed in 4113 milliseconds

1 23 4 5 6 7 8 91011>>