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

<<1112131415

  /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...]
AndroidRuntime.cpp 21 #include <binder/IBinder.h>
22 #include <binder/IPCThreadState.h>
23 #include <binder/IServiceManager.h>
26 #include <binder/Parcel.h>
329 * events on this thread (which we might've inherited via Binder calls
    [all...]
android_util_Process.cpp 21 #include <binder/IPCThreadState.h>
22 #include <binder/ProcessState.h>
23 #include <binder/IServiceManager.h>
836 sp<IBinder> binder = ibinderForJavaObject(env, binderObject); local
android_view_InputChannel.cpp 22 #include <binder/Parcel.h>
android_view_KeyCharacterMap.cpp 21 #include <binder/Parcel.h>
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 41 #include <binder/Parcel.h>
44 #include <binder/IPCThreadState.h>
45 #include <binder/IServiceManager.h>
528 // binder interface.
710 sp<IBinder> binder = defaultServiceManager()->getService(String16("media.player")); local
711 sp<IMediaPlayerService> service = interface_cast<IMediaPlayerService>(binder);
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 33 #include <binder/IServiceManager.h>
35 #include <binder/Parcel.h>
36 #include <binder/IPCThreadState.h>
mediaplayer.cpp 27 #include <binder/IServiceManager.h>
28 #include <binder/IPCThreadState.h>
35 #include <binder/MemoryBase.h>
IAudioTrack.cpp 25 #include <binder/Parcel.h>
ICrypto.cpp 21 #include <binder/Parcel.h>
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
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 20 #include <binder/IMemory.h>
21 #include <binder/MemoryBase.h>
22 #include <binder/MemoryHeapBase.h>
  /frameworks/base/services/sensorservice/
SensorService.cpp 32 #include <binder/BinderService.h>
33 #include <binder/IServiceManager.h>
34 #include <binder/PermissionCache.h>
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 37 import android.os.Binder;
305 IBinder binder = listener.asBinder();
309 if (binder.equals(test.mListener.asBinder())) {
316 binder.linkToDeath(l, 0);
327 IBinder binder = listener.asBinder();
332 if (binder.equals(test.mListener.asBinder())) {
339 binder.unlinkToDeath(l, 0);
    [all...]
  /frameworks/av/cmds/stagefright/
codec.cpp 23 #include <binder/IServiceManager.h>
24 #include <binder/ProcessState.h>
recordvideo.cpp 19 #include <binder/ProcessState.h>
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 32 #include <binder/BinderService.h>
33 #include <binder/IMemory.h>
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 102 * your own <a href="#xml-cursor-adapter-bind-data-types">binder</a> or
122 * custom binder classes or special
215 * binder is declared:</p>
268 * <p>A binder is provided with a cursor transformation which may or may not be used
272 * <p>The binder is associated with a Context but can be re-used with multiple cursors.
281 * <p>The context associated with this binder.</p>
286 * <p>The transformation associated with this binder. This transformation is never
295 * <p>Creates a new Cursor binder.</p>
297 * @param context The context associated with this binder.
298 * @param transformation The transformation associated with this binder. Thi
933 CursorBinder binder = binders.get(from[i]); local
    [all...]
  /frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp 18 #include <binder/IServiceManager.h>
  /frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp 21 #include <binder/IPCThreadState.h>
TimedTextSRTSource.cpp 21 #include <binder/Parcel.h>
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 39 #include <binder/Parcel.h>
  /frameworks/base/include/androidfw/
KeyCharacterMap.h 23 #include <binder/IBinder.h>
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 19 #include <binder/IMemory.h>
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 37 #include <binder/IPCThreadState.h>
38 #include <binder/IServiceManager.h>
39 #include <binder/MemoryHeapBase.h>
40 #include <binder/MemoryBase.h>
896 sp<IBinder> binder(surfaceTexture == NULL ? NULL :
898 if (mConnectedWindowBinder == binder) {
931 mConnectedWindowBinder = binder;
    [all...]

Completed in 1180 milliseconds

<<1112131415