Home
last modified time | relevance | path

Searched refs:EUSERS (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp201 if (res == -EUSERS || res == -EBUSY) { in findFlashUnits()
DCameraService.cpp2045 return -EUSERS; // MAX_CAMERAS_IN_USE in handleEvictionsLocked()
2496 case -EUSERS: in connectHelper()
2558 case -EUSERS: in connectHelper()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java334 public static final int EUSERS = placeholder(); field in OsConstants
/frameworks/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.cpp62 return -EUSERS; in mapToStatusT()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp90 return -EUSERS; in mapToStatusT()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp243 initConstant(env, c, "EUSERS", EUSERS); in OsConstants_initConstants()