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

123456789

/frameworks/base/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp23 #include <binder/IPCThreadState.h>
/frameworks/base/media/libmedia/
H A DIAudioFlinger.cpp25 #include <binder/Parcel.h>
/frameworks/base/media/libstagefright/
H A DAwesomePlayer.cpp36 #include <binder/IPCThreadState.h>
H A DOMXCodec.cpp38 #include <binder/IServiceManager.h>
39 #include <binder/MemoryDealer.h>
40 #include <binder/ProcessState.h>
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp27 #include <binder/IServiceManager.h>
29 #include <binder/Parcel.h>
30 #include <binder/IPCThreadState.h>
785 sp<IBinder> binder = client->asBinder(); local
786 binder->linkToDeath(notificationClient);
1546 // we're about to wait, flush the binder command buffer
2198 // we're about to wait, flush the binder command buffer
2582 // we're about to wait, flush the binder command buffer
5998 // No need to trylock() here as this function is executed in the binder thread serving a particular client process:
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java4852 final IBinder binder = window.mClient.asBinder();
4854 binder.transact(IBinder.FIRST_CALL_TRANSACTION, data, reply, 0);

Completed in 105 milliseconds

123456789