Home
last modified time | relevance | path

Searched refs:availableControlModes (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp1337 const uint8_t availableControlModes[] = { in constructStaticInfo() local
1343 availableControlModes, sizeof(availableControlModes)); in constructStaticInfo()
1345 const uint8_t availableControlModes[] = { in constructStaticInfo() local
1349 availableControlModes, sizeof(availableControlModes)); in constructStaticInfo()
DEmulatedFakeCamera3.cpp1600 const uint8_t availableControlModes[] = { in constructStaticInfo() local
1604 availableControlModes, sizeof(availableControlModes)); in constructStaticInfo()
1606 const uint8_t availableControlModes[] = { in constructStaticInfo() local
1610 availableControlModes, sizeof(availableControlModes)); in constructStaticInfo()
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedFakeCamera3.cpp1573 static const uint8_t availableControlModes[] = { in constructStaticInfo() local
1576 ADD_STATIC_ENTRY(ANDROID_CONTROL_AVAILABLE_MODES, availableControlModes, in constructStaticInfo()
1577 sizeof(availableControlModes)); in constructStaticInfo()
1579 static const uint8_t availableControlModes[] = {ANDROID_CONTROL_MODE_AUTO}; in constructStaticInfo() local
1580 ADD_STATIC_ENTRY(ANDROID_CONTROL_AVAILABLE_MODES, availableControlModes, in constructStaticInfo()
1581 sizeof(availableControlModes)); in constructStaticInfo()