Searched refs:binder (Results 76 - 100 of 206) sorted by relevance

123456789

/frameworks/base/core/java/android/widget/
H A DSimpleCursorTreeAdapter.java65 * 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;
219 if (binder != null) {
220 bound = binder.setViewValue(v, cursor, from[i]);
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp10 #include <binder/IPCThreadState.h>
11 #include <binder/ProcessState.h>
/frameworks/base/core/java/android/app/backup/
H A DRestoreSession.java71 * @param observer If non-null, this binder points to an object that will receive
101 * @param observer If non-null, this binder points to an object that will receive
140 RestoreSession(Context context, IRestoreSession binder) { argument
142 mBinder = binder;
146 * We wrap incoming binder calls with a private class implementation that
/frameworks/base/include/storage/
H A DIMountService.h24 #include <binder/IInterface.h>
25 #include <binder/Parcel.h>
/frameworks/base/libs/gui/
H A DISensorEventConnection.cpp24 #include <binder/Parcel.h>
25 #include <binder/IInterface.h>
H A DSensorChannel.cpp25 #include <binder/Parcel.h>
H A DSensorManager.cpp26 #include <binder/IServiceManager.h>
/frameworks/base/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp22 #include <binder/MemoryHeapBase.h>
23 #include <binder/MemoryHeapPmem.h>
/frameworks/base/services/camera/libcameraservice/
H A DCameraHardwareStub.h24 #include <binder/MemoryBase.h>
25 #include <binder/MemoryHeapBase.h>
78 // since we won't be calling through the binder.
/frameworks/base/services/java/com/android/server/am/
H A DIntentBindRecord.java38 IBinder binder; field in class:IntentBindRecord
39 /** Set when we have initiated a request for this binder. */
41 /** Set when we have received the requested binder. */
59 pw.print(prefix); pw.print("binder="); pw.println(binder);
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl81 void acquireMulticastLock(IBinder binder, String tag);
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h23 #include <binder/IBinder.h>
/frameworks/base/include/binder/
H A DIMemory.h26 #include <binder/IInterface.h>
H A DMemoryHeapBase.h23 #include <binder/IMemory.h>
/frameworks/base/include/media/
H A DIMediaRecorder.h21 #include <binder/IInterface.h>
H A Dmediametadataretriever.h23 #include <binder/IMemory.h>
H A DAudioRecord.h29 #include <binder/IInterface.h>
30 #include <binder/IMemory.h>
/frameworks/base/include/surfaceflinger/
H A DISurfaceComposerClient.h26 #include <binder/IInterface.h>
/frameworks/base/libs/surfaceflinger_client/
H A DISurfaceComposerClient.cpp24 #include <binder/Parcel.h>
25 #include <binder/IMemory.h>
26 #include <binder/IPCThreadState.h>
27 #include <binder/IServiceManager.h>
H A DLayerState.cpp18 #include <binder/Parcel.h>
/frameworks/base/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp29 #include <binder/IPCThreadState.h>
30 #include <binder/IServiceManager.h>
31 #include <binder/MemoryHeapBase.h>
32 #include <binder/MemoryBase.h>
H A DMetadataRetrieverClient.cpp31 #include <binder/MemoryBase.h>
32 #include <binder/MemoryHeapBase.h>
34 #include <binder/IPCThreadState.h>
35 #include <binder/IServiceManager.h>
H A DMetadataRetrieverClient.h26 #include <binder/IMemory.h>
/frameworks/base/native/android/
H A Dlooper.cpp22 #include <binder/IPCThreadState.h>
/frameworks/base/cmds/stagefright/
H A Dstagefright.cpp29 #include <binder/IServiceManager.h>
30 #include <binder/ProcessState.h>
584 sp<IBinder> binder = sm->getService(String16("media.player")); local
586 interface_cast<IMediaPlayerService>(binder);
622 sp<IBinder> binder = sm->getService(String16("media.player")); local
624 interface_cast<IMediaPlayerService>(binder);
671 sp<IBinder> binder = sm->getService(String16("media.player")); local
672 sp<IMediaPlayerService> service = interface_cast<IMediaPlayerService>(binder);

Completed in 905 milliseconds

123456789