OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USE_CALLING_UID
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/include/camera/
Camera.h
68
USE_CALLING_UID
= ICameraService::
USE_CALLING_UID
ICameraService.h
53
USE_CALLING_UID
= -1
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/
CameraBinderTestUtils.java
20
protected static final int
USE_CALLING_UID
= -1;
/frameworks/base/core/java/android/hardware/camera2/
CameraManager.java
56
private static final int
USE_CALLING_UID
= -1;
232
mContext.getPackageName(),
USE_CALLING_UID
, holder);
Completed in 57 milliseconds