Searched refs:IPCThreadState (Results 1 - 25 of 85) sorted by path

1234

/frameworks/av/camera/
H A DCamera.cpp23 #include <binder/IPCThreadState.h>
H A DCameraBase.cpp24 #include <binder/IPCThreadState.h>
H A DICameraService.cpp27 #include <binder/IPCThreadState.h>
H A DICameraServiceListener.cpp22 #include <binder/IPCThreadState.h>
H A DProCamera.cpp24 #include <binder/IPCThreadState.h>
/frameworks/av/camera/tests/
H A DProCameraTests.cpp20 #include <binder/IPCThreadState.h>
144 IPCThreadState *ptr = IPCThreadState::self();
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp35 #include <binder/IPCThreadState.h>
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp23 #include <binder/IPCThreadState.h>
H A DIDrmServiceListener.cpp20 #include <binder/IPCThreadState.h>
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp27 #include <binder/IPCThreadState.h>
40 IPCThreadState* ipcState = IPCThreadState::self();
291 IPCThreadState::self()->getCallingPid(),
292 IPCThreadState::self()->getCallingUid());
H A Dmain_drmserver.cpp20 #include <binder/IPCThreadState.h>
36 IPCThreadState::self()->joinThreadPool();
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp30 #include <binder/IPCThreadState.h>
154 mClientPid = IPCThreadState::self()->getCallingPid();
178 IPCThreadState::self()->flushCommands();
H A DAudioRecord.cpp24 #include <binder/IPCThreadState.h>
114 IPCThreadState::self()->flushCommands();
534 IPCThreadState::self()->flushCommands();
H A DAudioTrack.cpp26 #include <binder/IPCThreadState.h>
201 IPCThreadState::self()->flushCommands();
203 IPCThreadState::self()->getCallingPid(), mClientPid);
387 int callingpid = IPCThreadState::self()->getCallingPid();
390 mClientUid = IPCThreadState::self()->getCallingUid();
1146 IPCThreadState::self()->flushCommands();
H A DIMediaDeathNotifier.cpp22 #include <binder/IPCThreadState.h>
H A Dmediametadataretriever.cpp24 #include <binder/IPCThreadState.h>
81 IPCThreadState::self()->flushCommands();
H A Dmediaplayer.cpp30 #include <binder/IPCThreadState.h>
78 IPCThreadState::self()->flushCommands();
/frameworks/av/media/libmediaplayerservice/
H A DDrm.cpp32 #include <binder/IPCThreadState.h>
40 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
H A DMediaPlayerService.cpp38 #include <binder/IPCThreadState.h>
255 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
308 pid_t pid = IPCThreadState::self()->getCallingPid();
326 pid_t pid = IPCThreadState::self()->getCallingPid();
335 pid_t pid = IPCThreadState::self()->getCallingPid();
340 IPCThreadState::self()->getCallingUid());
343 IPCThreadState::self()->getCallingUid());
462 IPCThreadState::self()->getCallingPid(),
463 IPCThreadState::self()->getCallingUid());
637 IPCThreadState
[all...]
H A DMediaRecorderClient.cpp28 #include <binder/IPCThreadState.h>
52 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
H A DMetadataRetrieverClient.cpp32 #include <binder/IPCThreadState.h>
80 IPCThreadState::self()->flushCommands();
H A DStagefrightRecorder.cpp25 #include <binder/IPCThreadState.h>
757 mClientUid = IPCThreadState::self()->getCallingUid();
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp24 #include <binder/IPCThreadState.h>
369 IPCThreadState::self()->flushCommands();
H A DAwesomePlayer.cpp38 #include <binder/IPCThreadState.h>
1234 IPCThreadState::self()->flushCommands();
1353 IPCThreadState::self()->flushCommands();
H A DCameraSource.cpp24 #include <binder/IPCThreadState.h>
498 int64_t token = IPCThreadState::self()->clearCallingIdentity();
502 IPCThreadState::self()->restoreCallingIdentity(token);
597 int64_t token = IPCThreadState::self()->clearCallingIdentity();
628 IPCThreadState::self()->restoreCallingIdentity(token);
692 int64_t token = IPCThreadState::self()->clearCallingIdentity();
699 IPCThreadState::self()->restoreCallingIdentity(token);
723 token = IPCThreadState::self()->clearCallingIdentity();
737 IPCThreadState::self()->restoreCallingIdentity(token);
764 int64_t token = IPCThreadState
[all...]

Completed in 202 milliseconds

1234