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

1 23

  /frameworks/base/media/libstagefright/timedtext/
TimedTextPlayer.cpp 21 #include <binder/IPCThreadState.h>
  /frameworks/base/core/jni/
AndroidRuntime.cpp 22 #include <binder/IPCThreadState.h>
350 IPCThreadState* state = IPCThreadState::selfOrNull();
    [all...]
android_util_Process.cpp 21 #include <binder/IPCThreadState.h>
  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 25 #include <binder/IPCThreadState.h>
60 return IPCThreadState::self()->getCallingPid();
64 return IPCThreadState::self()->getCallingUid();
    [all...]
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp 29 #include <binder/IPCThreadState.h>
54 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
538 IPCThreadState::self()->getCallingPid());
606 IPCThreadState::self()->getCallingPid(),
607 IPCThreadState::self()->getCallingUid());
    [all...]
AudioFlinger.cpp 27 #include <binder/IPCThreadState.h>
31 #include <binder/IPCThreadState.h>
101 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
108 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
308 IPCThreadState::self()->getCallingPid(),
309 IPCThreadState::self()->getCallingUid());
740 ioHandle, keyValuePairs.string(), gettid(), IPCThreadState::self()->getCallingPid());
814 // ioHandle, keys.string(), gettid(), IPCThreadState::self()->getCallingPid());
905 int pid = IPCThreadState::self()->getCallingPid();
972 LOGV("removeClient_l() pid %d, tid %d, calling tid %d", pid, gettid(), IPCThreadState::self()->getCallingPid())
    [all...]
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp 32 #include <binder/IPCThreadState.h>
917 IPCThreadState::self()->flushCommands();
1018 IPCThreadState::self()->flushCommands();
    [all...]
PreviewPlayer.cpp 32 #include <binder/IPCThreadState.h>
312 IPCThreadState::self()->flushCommands();
    [all...]
VideoEditorAudioPlayer.cpp 21 #include <binder/IPCThreadState.h>
  /frameworks/base/libs/binder/
MemoryDealer.cpp 20 #include <binder/IPCThreadState.h>
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 20 #include <binder/IPCThreadState.h>
    [all...]
camera_test_menu.cpp 20 #include <binder/IPCThreadState.h>
    [all...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 32 #include <binder/IPCThreadState.h>
587 IPCThreadState::self()->flushCommands();
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 35 #include <binder/IPCThreadState.h>
1066 IPCThreadState::self()->flushCommands();
    [all...]
  /frameworks/base/services/surfaceflinger/
LayerBase.cpp 23 #include <binder/IPCThreadState.h>
  /frameworks/base/media/libmedia/
AudioTrack.cpp 36 #include <binder/IPCThreadState.h>
136 IPCThreadState::self()->flushCommands();
    [all...]
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 43 #include <binder/IPCThreadState.h>
  /frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.cpp 23 #include <binder/IPCThreadState.h>
    [all...]
  /frameworks/base/drm/common/
IDrmManagerService.cpp 23 #include <binder/IPCThreadState.h>
    [all...]

Completed in 625 milliseconds

1 23