HomeSort by relevance Sort by last modified time
    Searched refs:IPCThreadState (Results 26 - 50 of 69) sorted by null

12 3

  /frameworks/base/media/libmedia/
mediametadataretriever.cpp 22 #include <binder/IPCThreadState.h>
78 IPCThreadState::self()->flushCommands();
IMediaDeathNotifier.cpp 22 #include <binder/IPCThreadState.h>
AudioEffect.cpp 30 #include <binder/IPCThreadState.h>
177 IPCThreadState::self()->flushCommands();
AudioRecord.cpp 36 #include <binder/IPCThreadState.h>
116 IPCThreadState::self()->flushCommands();
mediaplayer.cpp 28 #include <binder/IPCThreadState.h>
73 IPCThreadState::self()->flushCommands();
  /frameworks/base/libs/binder/
IServiceManager.cpp 23 #include <binder/IPCThreadState.h>
59 IPCThreadState* ipcState = IPCThreadState::self();
Parcel.cpp 22 #include <binder/IPCThreadState.h>
475 writeInt32(IPCThreadState::self()->getStrictModePolicy() |
487 IPCThreadState* threadState) const
491 threadState = IPCThreadState::self();
    [all...]
  /frameworks/base/media/libstagefright/
CameraSourceTimeLapse.cpp 20 #include <binder/IPCThreadState.h>
109 int64_t token = IPCThreadState::self()->clearCallingIdentity();
148 IPCThreadState::self()->restoreCallingIdentity(token);
AudioPlayer.cpp 21 #include <binder/IPCThreadState.h>
242 IPCThreadState::self()->flushCommands();
  /frameworks/base/libs/camera/
ICameraService.cpp 22 #include <binder/IPCThreadState.h>
Camera.cpp 22 #include <binder/IPCThreadState.h>
  /frameworks/base/core/jni/
android_util_Binder.cpp 31 #include <binder/IPCThreadState.h>
283 IPCThreadState* thread_state = IPCThreadState::self();
734 return IPCThreadState::self()->getCallingPid();
739 return IPCThreadState::self()->getCallingUid();
744 return IPCThreadState::self()->clearCallingIdentity();
758 IPCThreadState::self()->restoreCallingIdentity(token);
763 IPCThreadState::self()->setStrictModePolicy(policyMask);
768 return IPCThreadState::self()->getStrictModePolicy();
773 IPCThreadState::self()->flushCommands()
    [all...]
  /frameworks/base/include/binder/
Parcel.h 31 class IPCThreadState;
75 // IPCThreadState, which as an optimization may optionally be
78 IPCThreadState* threadState = NULL) const;
  /frameworks/base/media/libmediaplayerservice/
MediaRecorderClient.cpp 29 #include <binder/IPCThreadState.h>
55 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
MetadataRetrieverClient.cpp 33 #include <binder/IPCThreadState.h>
82 IPCThreadState::self()->flushCommands();
MediaPlayerService.cpp 39 #include <binder/IPCThreadState.h>
185 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
267 IPCThreadState::self()->getCallingUid());
270 IPCThreadState::self()->getCallingUid());
364 IPCThreadState::self()->getCallingPid(),
365 IPCThreadState::self()->getCallingUid());
534 IPCThreadState::self()->flushCommands();
    [all...]
  /frameworks/base/libs/gui/
Surface.cpp 29 #include <binder/IPCThreadState.h>
72 IPCThreadState::self()->flushCommands();
326 IPCThreadState::self()->flushCommands();
ISurfaceComposerClient.cpp 26 #include <binder/IPCThreadState.h>
ISurfaceComposer.cpp 25 #include <binder/IPCThreadState.h>
  /frameworks/media/libvideoeditor/lvpp/
AudioPlayerBase.cpp 21 #include <binder/IPCThreadState.h>
234 IPCThreadState::self()->flushCommands();
  /system/media/wilhelm/src/android/
android_StreamPlayer.cpp 25 #include <binder/IPCThreadState.h>
113 IPCThreadState::self()->flushCommands();
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 32 #include <binder/IPCThreadState.h>
    [all...]
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 48 #include <binder/IPCThreadState.h>
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 28 #include <binder/IPCThreadState.h>
302 IPCThreadState::self()->stopProcess();
  /frameworks/base/services/sensorservice/
SensorService.cpp 182 IPCThreadState::self()->getCallingPid(),
183 IPCThreadState::self()->getCallingUid());

Completed in 2038 milliseconds

12 3