HomeSort by relevance Sort by last modified time
    Searched full:cam_module (Results 1 - 1 of 1) sorted by null

  /hardware/libhardware/tests/camera2/
camera2.cpp 92 const camera_module_t *cam_module = getCameraModule(); local
97 res = cam_module->common.methods->open(
98 (const hw_module_t*)cam_module,
101 if (res < 0 || cam_module == NULL) {

Completed in 157 milliseconds