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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.os.Binder.html 10 android.os.Binder
74 Class android.os.<A HREF="../../../../reference/android/os/Binder.html" target="_top"><font size="+2"><code>Binder</code></font></A>
86 <A NAME="android.os.Binder.dump_added(java.io.FileDescriptor, java.lang.String[])"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/os/Binder.html#dump(java.io.FileDescriptor, java.lang.String[])" target="_top"><code>dump</code></A>(<code>FileDescriptor,</nobr> String[]<nobr><nobr></code>)</nobr>
  /frameworks/native/include/binder/
IBinder.h 86 * IPC along with your IBinder pointer. When implementing a Binder
99 * Register the @a recipient for a notification if this binder
100 * goes away. If this binder object unexpectedly goes away
110 * Trying to use this function on a local binder will result in an
116 * binder. You should not try to promote this to a strong reference.
IPCThreadState.h 21 #include <binder/Parcel.h>
22 #include <binder/ProcessState.h>
71 static void expungeHandle(int32_t handle, IBinder* binder);
ProcessState.h 20 #include <binder/IBinder.h>
63 void expungeHandle(int32_t handle, IBinder* binder);
85 IBinder* binder; member in struct:android::ProcessState::handle_entry
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
binders.h 63 /** @defgroup binders Binder Classes
95 /// One of the @link binders binder functors@endlink.
121 /// One of the @link binders binder functors@endlink.
130 /// One of the @link binders binder functors@endlink.
156 /// One of the @link binders binder functors@endlink.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
binders.h 65 /** @defgroup binders Binder Classes
98 /// One of the @link binders binder functors@endlink.
124 /// One of the @link binders binder functors@endlink.
133 /// One of the @link binders binder functors@endlink.
159 /// One of the @link binders binder functors@endlink.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
binders.h 65 /** @defgroup binders Binder Classes
98 /// One of the @link binders binder functors@endlink.
124 /// One of the @link binders binder functors@endlink.
133 /// One of the @link binders binder functors@endlink.
159 /// One of the @link binders binder functors@endlink.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 63 /** @defgroup binders Binder Classes
95 /// One of the @link binders binder functors@endlink.
121 /// One of the @link binders binder functors@endlink.
130 /// One of the @link binders binder functors@endlink.
156 /// One of the @link binders binder functors@endlink.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 63 /** @defgroup binders Binder Classes
95 /// One of the @link binders binder functors@endlink.
121 /// One of the @link binders binder functors@endlink.
130 /// One of the @link binders binder functors@endlink.
156 /// One of the @link binders binder functors@endlink.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 63 /** @defgroup binders Binder Classes
95 /// One of the @link binders binder functors@endlink.
121 /// One of the @link binders binder functors@endlink.
130 /// One of the @link binders binder functors@endlink.
156 /// One of the @link binders binder functors@endlink.
  /frameworks/base/core/jni/
android_util_Binder.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>
168 ALOGV("Now have %d binder ops", old);
291 // Restore the Java binder thread's state if it changed while
567 // looking/creation of Java proxies for native Binder proxies.
626 ALOGW("ibinderForJavaObject: %p is not a Binder object", obj);
692 ALOGE("!!! FAILED BINDER TRANSACTION !!!")
    [all...]
  /frameworks/av/camera/
ICameraService.cpp 21 #include <binder/Parcel.h>
22 #include <binder/IPCThreadState.h>
23 #include <binder/IServiceManager.h>
ICameraRecordingProxyListener.cpp 20 #include <binder/IMemory.h>
21 #include <binder/Parcel.h>
  /frameworks/av/include/camera/
ICamera.h 21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #include <binder/IMemory.h>
  /frameworks/base/core/java/android/os/
TransactionTooLargeException.java 21 * The Binder transaction failed because it was too large.
24 * are transferred as {@link Parcel} objects stored in the Binder transaction buffer.
28 * The Binder transaction buffer has a limited fixed size, currently 1Mb, which
  /frameworks/base/native/android/
storage_manager.cpp 22 #include <binder/Binder.h>
23 #include <binder/IServiceManager.h>
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 24 import android.os.Binder;
38 * Runnable does a synchronized lock on the service's Binder object for 15 seconds, then issues
76 // A Binder, used as the lock object for the worker thread.
109 * Makes a full concrete subclass of Binder, rather than doing it in line, for readability.
111 public class AlarmBinder extends Binder {
168 // Returns the service's binder object to clients that issue onBind().
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 23 #include <binder/IServiceManager.h>
51 sp<IBinder> binder; local
53 binder = sm->getService(String16("drm.drmManager"));
54 if (binder != 0) {
66 binder->linkToDeath(sDeathNotifier);
67 sDrmManagerService = interface_cast<IDrmManagerService>(binder);
  /frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp 20 #include <binder/Parcel.h>
24 // The binder is supposed to propagate the scheduler group across
25 // the binder interface so that remote calls are executed with
215 if (bitmap != 0) { // Don't send NULL across the binder interface
232 if (albumArt != 0) { // Don't send NULL across the binder interface
250 if (value != NULL) { // Don't send NULL across the binder interface
IMediaPlayerClient.cpp 19 #include <binder/IInterface.h>
20 #include <binder/Parcel.h>
  /frameworks/native/libs/binder/
Binder.cpp 17 #include <binder/Binder.h>
21 #include <binder/BpBinder.h>
22 #include <binder/IInterface.h>
23 #include <binder/Parcel.h>
217 // This is used to transfer ownership of the remote binder from
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 43 import android.os.Binder;
405 + ", caller's uid " + Binder.getCallingUid()
406 + ", pid " + Binder.getCallingPid());
445 + ", caller's uid " + Binder.getCallingUid()
446 + ", pid " + Binder.getCallingPid());
463 + "caller's uid " + Binder.getCallingUid()
464 + ", pid " + Binder.getCallingPid());
487 + ", caller's uid " + Binder.getCallingUid()
488 + ", pid " + Binder.getCallingPid());
565 + ", caller's uid " + Binder.getCallingUid(
    [all...]
  /cts/tests/src/android/app/cts/
IntentServiceStub.java 22 import android.os.Binder;
86 return new Binder();
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareStub.h 24 #include <binder/MemoryBase.h>
25 #include <binder/MemoryHeapBase.h>
  /frameworks/base/cmds/servicemanager/
binder.h 8 #include <linux/binder.h>
74 /* initiate a blocking binder call

Completed in 1699 milliseconds

1 2 3 45 6 7 8 91011>>