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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/app/
StatusBarManager.java 21 import android.os.Binder;
66 private IBinder mToken = new Binder();
  /frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java 19 import android.os.Binder;
32 public static abstract class Stub extends Binder implements IMountShutdownObserver {
IObbActionListener.java 19 import android.os.Binder;
33 public static abstract class Stub extends Binder implements IObbActionListener {
  /frameworks/base/core/java/android/widget/
SimpleCursorTreeAdapter.java 65 * View binder, if supplied
192 * @return a ViewBinder or null if the binder does not exist
201 * Sets the binder used to bind data to views.
203 * @param viewBinder the binder used to bind data to views, can be null to
204 * remove the existing binder
213 final ViewBinder binder = mViewBinder; local
219 if (binder != null) {
220 bound = binder.setViewValue(v, cursor, from[i]);
  /frameworks/base/core/jni/
android_os_Parcel.cpp 32 #include <binder/IInterface.h>
33 #include <binder/IPCThreadState.h>
39 #include <binder/Parcel.h>
40 #include <binder/ProcessState.h>
41 #include <binder/IServiceManager.h>
499 // do not marshall if there are binder objects in the parcel
502 jniThrowException(env, "java/lang/RuntimeException", "Tried to marshall a Parcel that contained Binder objects.");
620 "Binder invocation to an incorrect interface");
  /frameworks/base/include/storage/
IMountService.h 24 #include <binder/IInterface.h>
25 #include <binder/Parcel.h>
  /frameworks/base/services/java/com/android/server/
CertBlacklister.java 22 import android.os.Binder;
37 public class CertBlacklister extends Binder {
DevicePolicyManagerService.java 46 import android.os.Binder;
490 long token = Binder.clearCallingIdentity();
501 Binder.restoreCallingIdentity(token);
533 final int callingUid = Binder.getCallingUid();
541 + Binder.getCallingUid());
558 + Binder.getCallingUid() + " for policy #" + reqPolicy);
    [all...]
DiskStatsService.java 20 import android.os.Binder;
36 public class DiskStatsService extends Binder {
RecognitionManagerService.java 27 import android.os.Binder;
35 public class RecognitionManagerService extends Binder {
SamplingProfilerService.java 22 import android.os.Binder;
36 public class SamplingProfilerService extends Binder {
  /frameworks/base/services/java/com/android/server/am/
ReceiverList.java 21 import android.os.Binder;
106 sb.append((receiver.asBinder() instanceof Binder) ? " local:" : " remote:");
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
PowerTest.java 24 import android.os.Binder;
52 IBinder mPokeToken = new Binder();
  /frameworks/native/include/binder/
IServiceManager.h 21 #include <binder/IInterface.h>
22 #include <binder/IPermissionController.h>
  /frameworks/native/libs/gui/
IDisplayEventConnection.cpp 24 #include <binder/Parcel.h>
25 #include <binder/IInterface.h>
ISensorEventConnection.cpp 24 #include <binder/Parcel.h>
25 #include <binder/IInterface.h>
ISensorServer.cpp 25 #include <binder/Parcel.h>
26 #include <binder/IInterface.h>
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 70 * Returns the policy bitmask, for shipping over Binder calls
106 // Binder calls and parsed back into an Exception by
  /packages/apps/Contacts/src/com/android/contacts/vcard/
CancelActivity.java 119 public void onServiceConnected(ComponentName name, IBinder binder) {
120 VCardService service = ((VCardService.MyBinder) binder).getService();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java 43 public void onConnected(IBinder binder) {
44 mService = IPolicyService.Stub.asInterface(binder);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsMockPackageManager.java 26 import android.os.Binder;
34 * to help test security models. Because {@link Binder#getCallingUid()}
  /external/sepolicy/
security_classes 134 class binder
  /frameworks/av/cmds/stagefright/
audioloop.cpp 3 #include <binder/ProcessState.h>
stream.cpp 21 #include <binder/ProcessState.h>
33 #include <binder/IServiceManager.h>
333 sp<IBinder> binder = sm->getService(String16("media.player")); local
334 sp<IMediaPlayerService> service = interface_cast<IMediaPlayerService>(binder);
  /frameworks/av/include/media/
mediametadataretriever.h 23 #include <binder/IMemory.h>

Completed in 1504 milliseconds

1 2 3 4 5 6 78 91011>>