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.cpp1570 const uint8_t availableControlModes[] = { in constructStaticInfo() local
1574 availableControlModes, sizeof(availableControlModes)); in constructStaticInfo()
1576 const uint8_t availableControlModes[] = { in constructStaticInfo() local
1580 availableControlModes, sizeof(availableControlModes)); in constructStaticInfo()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp1589 static const uint8_t availableControlModes[] = { in constructStaticInfo() local
1592 ADD_STATIC_ENTRY(ANDROID_CONTROL_AVAILABLE_MODES, availableControlModes, in constructStaticInfo()
1593 sizeof(availableControlModes)); in constructStaticInfo()
1595 static const uint8_t availableControlModes[] = {ANDROID_CONTROL_MODE_AUTO}; in constructStaticInfo() local
1596 ADD_STATIC_ENTRY(ANDROID_CONTROL_AVAILABLE_MODES, availableControlModes, in constructStaticInfo()
1597 sizeof(availableControlModes)); in constructStaticInfo()