Lines Matching refs:getCallingPid

32 static int getCallingPid() {
33 return IPCThreadState::self()->getCallingPid();
45 int callingPid = getCallingPid();
63 int callingPid = getCallingPid();
108 int callingPid = getCallingPid();
141 int callingPid = getCallingPid();
153 ALOGE("attempt to use a camera after disconnect() (pid %d)", getCallingPid());
160 int callingPid = getCallingPid();
175 int callingPid = getCallingPid();
197 int callingPid = getCallingPid();
233 int callingPid = getCallingPid();
326 getCallingPid());
343 LOG1("setPreviewCallbackFlag(%d) (pid %d)", callback_flag, getCallingPid());
364 LOG1("startPreview (pid %d)", getCallingPid());
370 LOG1("startRecording (pid %d)", getCallingPid());
449 LOG1("stopPreview (pid %d)", getCallingPid());
462 LOG1("stopRecording (pid %d)", getCallingPid());
491 LOG1("previewEnabled (pid %d)", getCallingPid());
499 LOG1("recordingEnabled (pid %d)", getCallingPid());
507 LOG1("autoFocus (pid %d)", getCallingPid());
517 LOG1("cancelAutoFocus (pid %d)", getCallingPid());
528 LOG1("takePicture (pid %d): 0x%x", getCallingPid(), msgType);
557 LOG1("setParameters (pid %d) (%s)", getCallingPid(), params.string());
572 if (getCallingPid() != mServicePid && checkPidAndHardware() != NO_ERROR) return String8();
575 LOG1("getParameters (pid %d) (%s)", getCallingPid(), params.string());
581 LOG1("enableShutterSound (pid %d)", getCallingPid());
605 if (getCallingPid() != getpid()) {
606 ALOGE("Failed to disable shutter sound. Permission denied (pid %d)", getCallingPid());
616 LOG1("sendCommand (pid %d)", getCallingPid());