Searched refs:effectiveApiLevel (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 629 apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName, 642 int clientUid, int clientPid, apiLevel effectiveApiLevel, bool shimUpdateOnly, 930 int halVersion, int deviceVersion, apiLevel effectiveApiLevel,
|
D | CameraService.cpp | 638 int halVersion, int deviceVersion, apiLevel effectiveApiLevel, in makeClient() argument 646 if (effectiveApiLevel == API_1) { // Camera1 API route in makeClient() 664 if (effectiveApiLevel == API_1) { // Camera1 API route in makeClient() 1079 apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName, in handleEvictionsLocked() argument 1088 if (effectiveApiLevel == API_1) { in handleEvictionsLocked() 1096 if (!clientSp->canCastToApiClient(effectiveApiLevel)) { in handleEvictionsLocked() 1370 int clientPid, apiLevel effectiveApiLevel, bool shimUpdateOnly, in connectHelper() argument 1381 static_cast<int>(effectiveApiLevel)); in connectHelper() 1424 if ((err = handleEvictionsLocked(cameraId, originalClientPid, effectiveApiLevel, in connectHelper() 1464 halVersion, deviceVersion, effectiveApiLevel, in connectHelper() [all …]
|