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::__anon29
H A DICameraService.h59 USE_CALLING_UID = -1 enumerator in enum:android::ICameraService::__anon31
97 * clientUid == USE_CALLING_UID, then the calling UID is used instead. Only
98 * 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.java57 private static final int USE_CALLING_UID = -1; field in class:CameraManager
262 mContext.getPackageName(), USE_CALLING_UID, holder);

Completed in 139 milliseconds