Searched refs:halVersion (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCameraFactory.cpp | 236 const char *id, uint32_t halVersion, struct hw_device_t **device) { in open_legacy() argument 355 int halVersion = 0; in createQemuCameras() local 357 halVersion = getCameraHalVersion(/* backCamera */ true); in createQemuCameras() 359 halVersion = getCameraHalVersion(/* backCamera */ false); in createQemuCameras() 365 switch (halVersion) { in createQemuCameras() 391 "implemented", __FUNCTION__, halVersion); in createQemuCameras() 410 __FUNCTION__, halVersion); in createQemuCameras() 429 int halVersion = getCameraHalVersion(backCamera); in createFakeCamera() local 435 switch (halVersion) { in createFakeCamera() 463 __FUNCTION__, backCamera ? "back" : "front", halVersion); in createFakeCamera() [all …]
|
D | EmulatedCameraFactory.h | 136 uint32_t halVersion, struct hw_device_t **device);
|
/device/google/marlin/camera/QCamera2/ |
D | QCamera2Factory.cpp | 298 const char* id, uint32_t halVersion, struct hw_device_t** device) in open_legacy() argument 311 rc = gQCameraMuxer->open_legacy(module, id, halVersion, device); in open_legacy() 313 rc = gQCamera2Factory->openLegacy(atoi(id), halVersion, device); in open_legacy() 533 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) in openLegacy() argument 537 LOGI("openLegacy halVersion: %d", halVersion); in openLegacy() 542 switch(halVersion) in openLegacy() 560 halVersion, cameraId); in openLegacy()
|
D | QCamera2Factory.h | 53 const char* id, uint32_t halVersion, struct hw_device_t** device); 71 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
|
/device/google/bonito/keymaster/ |
D | wait_for_strongbox.cpp | 36 SecurityLevel securityLevel = dev->halVersion().securityLevel; in main() 37 uint8_t majorVersion = dev->halVersion().majorVersion; in main()
|
/device/google/crosshatch/keymaster/ |
D | wait_for_strongbox.cpp | 36 SecurityLevel securityLevel = dev->halVersion().securityLevel; in main() 37 uint8_t majorVersion = dev->halVersion().majorVersion; in main()
|
/device/google/cuttlefish_common/guest/hals/camera/ |
D | EmulatedCameraFactory.h | 124 uint32_t halVersion, struct hw_device_t** device);
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMuxer.h | 147 const char* id, uint32_t halVersion, struct hw_device_t** device);
|
D | QCameraMuxer.cpp | 302 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) in open_legacy() argument
|