Searched refs:binder (Results 476 - 500 of 521) sorted by relevance

<<11121314151617181920>>

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp38 #include <binder/IPCThreadState.h>
/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp22 #include <binder/ProcessState.h>
H A Dsf2.cpp24 #include <binder/ProcessState.h>
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp25 #include <binder/Parcel.h>
H A DIOMX.cpp23 #include <binder/IMemory.h>
24 #include <binder/Parcel.h>
347 ALOGW("binder transaction failed: %d", err);
376 ALOGW("binder transaction failed: %d", err);
406 ALOGW("binder transaction failed: %d", err);
426 ALOGW("binder transaction failed: %d", err);
H A DAudioRecord.cpp24 #include <binder/IPCThreadState.h>
H A DIDrm.cpp21 #include <binder/Parcel.h>
84 ALOGE("isCryptoSchemeSupported: binder call failed: %d", status);
H A DIMediaPlayer.cpp22 #include <binder/Parcel.h>
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp26 #include <binder/IServiceManager.h>
H A DAVIExtractor.cpp24 #include <binder/ProcessState.h>
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h26 #include <binder/BinderService.h>
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp31 #include <binder/Parcel.h>
/frameworks/base/libs/storage/
H A DIMountService.cpp20 #include <binder/Parcel.h>
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java667 IBinder binder = listener.asBinder();
668 binder.linkToDeath(record, 0);
916 IBinder binder = listener.asBinder();
917 binder.linkToDeath(record, 0);
/frameworks/native/libs/input/
H A DInput.cpp27 #include <binder/Parcel.h>
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp19 #include <binder/Parcel.h>
/frameworks/av/services/audioflinger/
H A DThreads.cpp657 sp<IBinder> binder = IInterface::asBinder(mPowerManager); local
658 binder->unlinkToDeath(mDeathRecipient);
1014 sp<IBinder> binder = new BBinder(); local
1018 binder,
1025 binder,
1031 mWakeLockToken = binder;
1077 sp<IBinder> binder = local
1079 if (binder == 0) {
1082 mPowerManager = interface_cast<IPowerManager>(binder);
1083 binder
1099 sp<IBinder> binder = new BBinder(); local
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3847 NetworkRequestInfo(Messenger m, NetworkRequest r, IBinder binder, NetworkRequestType type) { argument
3851 mBinder = binder;
3968 Messenger messenger, int timeoutMs, IBinder binder, int legacyType) {
3997 NetworkRequestInfo nri = new NetworkRequestInfo(messenger, networkRequest, binder, type);
4113 Messenger messenger, IBinder binder) {
4120 NetworkRequestInfo nri = new NetworkRequestInfo(messenger, networkRequest, binder,
4542 // may occur naturally in the race of binder death.
5152 IBinder binder, String srcAddr, int srcPort, String dstAddr) {
5156 intervalSeconds, messenger, binder,
3967 requestNetwork(NetworkCapabilities networkCapabilities, Messenger messenger, int timeoutMs, IBinder binder, int legacyType) argument
4112 listenForNetwork(NetworkCapabilities networkCapabilities, Messenger messenger, IBinder binder) argument
5151 startNattKeepalive(Network network, int intervalSeconds, Messenger messenger, IBinder binder, String srcAddr, int srcPort, String dstAddr) argument
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java403 IBinder binder = oc.mObserver.asBinder();
409 if (oe.observer.asBinder() == binder) {
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java420 IBinder binder = callback.asBinder();
421 binder.linkToDeath(record, 0);
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java976 private <T extends Expr> T parse(LayoutBinder binder, String input, Class<T> klass) { argument
977 final Expr parsed = binder.parse(input, false, null);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp23 #include <binder/MemoryDealer.h>
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp33 #include <binder/Parcel.h>
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp22 #include <binder/Parcel.h>
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp29 #include <binder/IMemory.h>

Completed in 1150 milliseconds

<<11121314151617181920>>