Searched refs:self (Results 126 - 150 of 186) sorted by relevance

12345678

/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp126 int64_t token = IPCThreadState::self()->clearCallingIdentity();
165 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/base/tools/layoutlib/create/tests/data/
H A Dmock_android.jar ... mock_android.dummy.InnerTest) mock_android.dummy.InnerTest self mock_android.dummy.InnerTest$MyStaticInnerClass m static synthetic ...
/frameworks/native/libs/binder/
H A DIServiceManager.cpp41 ProcessState::self()->getContextObject(NULL));
60 IPCThreadState* ipcState = IPCThreadState::self();
H A DParcel.cpp392 const sp<ProcessState> proc(ProcessState::self());
504 writeInt32(IPCThreadState::self()->getStrictModePolicy() |
520 threadState = IPCThreadState::self();
747 return flatten_binder(ProcessState::self(), val, this);
752 return flatten_binder(ProcessState::self(), val, this);
923 acquire_object(ProcessState::self(), val, this);
1181 unflatten_binder(ProcessState::self(), *this, &val);
1188 unflatten_binder(ProcessState::self(), *this, &val);
1479 const sp<ProcessState> proc(ProcessState::self());
1493 const sp<ProcessState> proc(ProcessState::self());
[all...]
/frameworks/wilhelm/src/
H A Dsles.c545 void *self = (char *) thiz + x->mOffset; local
548 ((IObject **) self)[1] = thiz;
551 (*init)(self);
555 ((size_t *) self)[0] ^= ~0;
559 state = (exposedMask & 1) && ((NULL == (expose = mi->mExpose)) || (*expose)(self)) ?
H A Dentry.c139 android::ProcessState::self()->startThreadPool();
/frameworks/av/media/libmedia/
H A Dmediametadataretriever.cpp81 IPCThreadState::self()->flushCommands();
H A DAudioEffect.cpp154 mClientPid = IPCThreadState::self()->getCallingPid();
178 IPCThreadState::self()->flushCommands();
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp38 android::ProcessState::self()->startThreadPool();
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp91 ProcessState::self()->startThreadPool();
/frameworks/compile/slang/tests/
H A Dtest.py22 def __init__(self):
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp36 ProcessState::self()->startThreadPool();
H A DBufferQueue_test.cpp92 ProcessState::self()->startThreadPool();
93 IPCThreadState::self()->joinThreadPool();
/frameworks/native/services/surfaceflinger/
H A DClient.cpp92 IPCThreadState* ipc = IPCThreadState::self();
H A DMessageQueue.cpp114 IPCThreadState::self()->flushCommands();
/frameworks/av/cmds/stagefright/
H A Drecord.cpp169 android::ProcessState::self()->startThreadPool();
300 android::ProcessState::self()->startThreadPool();
H A Dmuxer.cpp293 ProcessState::self()->startThreadPool();
H A Drecordvideo.cpp173 android::ProcessState::self()->startThreadPool();
/frameworks/av/services/camera/libcameraservice/api_pro/
H A DProCamera2Client.cpp394 const int pid = IPCThreadState::self()->getCallingPid();
433 const int uid = IPCThreadState::self()->getCallingUid();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp358 IPCThreadState::self()->getCallingPid(),
359 IPCThreadState::self()->getCallingUid());
597 pid_t pid = IPCThreadState::self()->getCallingPid();
900 pid_t caller = IPCThreadState::self()->getCallingPid();
1007 ioHandle, keyValuePairs.string(), IPCThreadState::self()->getCallingPid());
1093 ioHandle, keys.string(), IPCThreadState::self()->getCallingPid());
1205 pid_t pid = IPCThreadState::self()->getCallingPid();
1279 IPCThreadState::self()->getCallingPid());
1436 pid_t pid = IPCThreadState::self()->getCallingPid();
1453 IPCThreadState::self()
[all...]
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp537 sp<ProcessState> self = ProcessState::self();
538 self->startThreadPool();
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1859 int Reverb_process(effect_handle_t self, argument
1862 android::ReverbContext * pContext = (android::ReverbContext *) self;
1894 int Reverb_command(effect_handle_t self, argument
1900 android::ReverbContext * pContext = (android::ReverbContext *) self;
2114 int Reverb_getDescriptor(effect_handle_t self, argument
2117 android::ReverbContext * pContext = (android::ReverbContext *)self;
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1161 int PreProcessingFx_Process(effect_handle_t self, argument
1165 preproc_effect_t * effect = (preproc_effect_t *)self;
1335 int PreProcessingFx_Command(effect_handle_t self, argument
1342 preproc_effect_t * effect = (preproc_effect_t *) self;
1698 int PreProcessingFx_GetDescriptor(effect_handle_t self, argument
1701 preproc_effect_t * effect = (preproc_effect_t *) self;
1712 int PreProcessingFx_ProcessReverse(effect_handle_t self, argument
1716 preproc_effect_t * effect = (preproc_effect_t *)self;
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp255 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::self()->flushCommands();
671 mAudioOutput = new AudioOutput(mAudioSessionId, IPCThreadState::self()
[all...]
H A DMediaRecorderClient.cpp52 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;

Completed in 3432 milliseconds

12345678