Searched refs:self (Results 151 - 175 of 186) sorted by relevance

12345678

/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp80 IPCThreadState::self()->flushCommands();
H A DDrm.cpp40 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.cpp154 uid_t uid = IPCThreadState::self()->getCallingUid();
266 IPCThreadState::self()->getCallingPid());
344 IPCThreadState::self()->getCallingPid(),
345 IPCThreadState::self()->getCallingUid());
H A DAudioPolicyInterfaceImpl.cpp582 IPCThreadState::self()->getCallingUid());
596 IPCThreadState::self()->getCallingUid());
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp40 return IPCThreadState::self()->getCallingPid();
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp70 IPCThreadState::self()->flushCommands();
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c192 static int Reverb_Process(effect_handle_t self, audio_buffer_t *inBuffer, audio_buffer_t *outBuffer) { argument
195 reverb_module_t *pRvbModule = (reverb_module_t *)self;
279 static int Reverb_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
281 reverb_module_t *pRvbModule = (reverb_module_t *) self;
398 int Reverb_GetDescriptor(effect_handle_t self, argument
401 reverb_module_t *pRvbModule = (reverb_module_t *) self;
1489 // modulate the self taps because their tap coefs are zero
1737 // fetch delay line self out
1741 // calculate delay line self out
1748 // calculate delay line self ou
[all...]
/frameworks/av/services/audioflinger/
H A DTracks.cpp103 if (IPCThreadState::self()->getCallingPid() != getpid_cached || clientUid == -1) {
104 int newclientUid = IPCThreadState::self()->getCallingUid();
241 IPCThreadState::self()->flushCommands();
659 mName, IPCThreadState::self()->getCallingPid(), mSessionId);
725 ALOGV("stop(%d), calling pid %d", mName, IPCThreadState::self()->getCallingPid());
753 ALOGV("pause(%d), calling pid %d", mName, IPCThreadState::self()->getCallingPid());
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp680 const int pid = IPCThreadState::self()->getCallingPid();
719 const int uid = IPCThreadState::self()->getCallingUid();
/frameworks/av/cmds/stagefright/
H A Dstream.cpp302 android::ProcessState::self()->startThreadPool();
H A Dcodec.cpp371 ProcessState::self()->startThreadPool();
H A Dsf2.cpp585 android::ProcessState::self()->startThreadPool();
H A Dstagefright.cpp659 android::ProcessState::self()->startThreadPool();
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp70 return IPCThreadState::self()->getCallingPid();
74 return IPCThreadState::self()->getCallingUid();
545 int64_t token = IPCThreadState::self()->clearCallingIdentity();
547 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp116 IPCThreadState::self()->flushCommands();
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp201 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 DAudioRecord.cpp114 IPCThreadState::self()->flushCommands();
534 IPCThreadState::self()->flushCommands();
H A Dmediaplayer.cpp78 IPCThreadState::self()->flushCommands();
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp2831 int Effect_process(effect_handle_t self, argument
2834 EffectContext * pContext = (EffectContext *) self;
2958 int Effect_command(effect_handle_t self, argument
2964 EffectContext * pContext = (EffectContext *) self;
3474 int Effect_getDescriptor(effect_handle_t self, argument
3477 EffectContext * pContext = (EffectContext *) self;
/frameworks/av/camera/tests/
H A DProCameraTests.cpp141 mProc = ProcessState::self();
144 IPCThreadState *ptr = IPCThreadState::self();
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp361 android::ProcessState::self()->startThreadPool();
396 android::ProcessState::self()->startThreadPool();
/frameworks/native/services/sensorservice/
H A DSensorService.cpp239 IPCThreadState::self()->getCallingPid(),
240 IPCThreadState::self()->getCallingUid());
663 uid_t uid = IPCThreadState::self()->getCallingUid();
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp369 IPCThreadState::self()->flushCommands();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp324 IPCThreadState::self()->stopProcess();
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp808 android::ProcessState::self()->startThreadPool();

Completed in 439 milliseconds

12345678