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

  /hardware/libhardware/tests/camera3/
camera3test_fixtures.h 49 const camera_module_t * cam_module() { return cam_module_; } function in class:tests::Camera3Module
64 ASSERT_TRUE(NULL != cam_module()->common.methods->open)
66 ASSERT_EQ(0, cam_module()->common.methods->open(
67 (const hw_module_t*)cam_module(), "0", &device))
  /hardware/libhardware/tests/camera2/
camera2.cpp 135 const camera_module_t *cam_module = getCameraModule(); local
136 if (cam_module == NULL) {
144 res = cam_module->common.methods->open(
145 (const hw_module_t*)cam_module,

Completed in 226 milliseconds