Searched refs:binder (Results 101 - 125 of 297) sorted by relevance

1234567891011>>

/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h22 #include <binder/IInterface.h>
23 #include <binder/Parcel.h>
/frameworks/av/include/media/
H A DIMediaPlayer.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
H A DIHDCP.h17 #include <binder/IInterface.h>
H A DIStreamSource.h21 #include <binder/IInterface.h>
H A Dmediametadataretriever.h23 #include <binder/IMemory.h>
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp10 #include <binder/IPCThreadState.h>
11 #include <binder/ProcessState.h>
/frameworks/base/include/storage/
H A DIMountService.h26 #include <binder/IInterface.h>
27 #include <binder/Parcel.h>
/frameworks/base/services/java/com/android/server/am/
H A DIntentBindRecord.java39 IBinder binder; field in class:IntentBindRecord
40 /** Set when we have initiated a request for this binder. */
42 /** Set when we have received the requested binder. */
60 pw.print(prefix); pw.print("binder="); pw.println(binder);
/frameworks/native/libs/gui/
H A DISensorEventConnection.cpp24 #include <binder/Parcel.h>
25 #include <binder/IInterface.h>
H A DSensorManager.cpp26 #include <binder/IBinder.h>
27 #include <binder/IServiceManager.h>
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp28 #include <binder/IPCThreadState.h>
29 #include <binder/IServiceManager.h>
30 #include <binder/MemoryHeapBase.h>
31 #include <binder/MemoryBase.h>
H A DMetadataRetrieverClient.cpp30 #include <binder/MemoryBase.h>
31 #include <binder/MemoryHeapBase.h>
32 #include <binder/IPCThreadState.h>
33 #include <binder/IServiceManager.h>
H A DMetadataRetrieverClient.h26 #include <binder/IMemory.h>
/frameworks/av/media/libstagefright/timedtext/
H A DTextDescriptions.h21 #include <binder/Parcel.h>
H A DTimedTextPlayer.h20 #include <binder/Parcel.h>
/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h23 #include <binder/IBinder.h>
/frameworks/native/include/binder/
H A DIMemory.h26 #include <binder/IInterface.h>
H A DMemoryHeapBase.h23 #include <binder/IMemory.h>
/frameworks/native/include/gui/
H A DDisplayEventReceiver.h27 #include <binder/IInterface.h>
H A DISurfaceComposerClient.h26 #include <binder/IInterface.h>
/frameworks/native/services/powermanager/
H A DIPowerManager.cpp24 #include <binder/Parcel.h>
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp22 #include <binder/ProcessState.h>
/frameworks/base/native/android/
H A Dlooper.cpp22 #include <binder/IPCThreadState.h>
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp23 #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/base/core/java/android/app/backup/
H A DRestoreSession.java71 * @param observer If non-null, this binder points to an object that will receive
100 * @param observer If non-null, this binder points to an object that will receive
135 * @param observer If non-null, this binder points to an object that will receive
174 RestoreSession(Context context, IRestoreSession binder) { argument
176 mBinder = binder;
180 * We wrap incoming binder calls with a private class implementation that

Completed in 254 milliseconds

1234567891011>>