Searched defs:USE_CALLING_UID (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/camera/
H A DCamera.h68 USE_CALLING_UID = ICameraService::USE_CALLING_UID enumerator in enum:android::Camera::__anon23
H A DICameraService.h53 USE_CALLING_UID = -1 enumerator in enum:android::ICameraService::__anon25
76 * clientUid == USE_CALLING_UID, then the calling UID is used instead. Only
77 * trusted callers can set a clientUid other than USE_CALLING_UID.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTestUtils.java20 protected static final int USE_CALLING_UID = -1; field in class:CameraBinderTestUtils
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java56 private static final int USE_CALLING_UID = -1; field in class:CameraManager
232 mContext.getPackageName(), USE_CALLING_UID, holder);

Completed in 136 milliseconds