HomeSort by relevance Sort by last modified time
    Searched refs:setCameraLaunchStatus (Results 1 - 22 of 22) sorted by null

  /device/google/marlin/camera/QCamera2/HAL/android/
QCamera2External.h 41 inline android::status_t setCameraLaunchStatus(uint32_t on) {
42 return ::setCameraLaunchStatus(on);
  /device/google/marlin/camera/QCamera2/HAL3/android/
QCamera3External.h 41 inline android::status_t setCameraLaunchStatus(uint32_t on) {
42 return ::setCameraLaunchStatus(on);
  /hardware/qcom/camera/msm8998/QCamera2/HAL/android/
QCamera2External.h 41 inline android::status_t setCameraLaunchStatus(uint32_t on) {
42 return ::setCameraLaunchStatus(on);
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/android/
QCamera3External.h 41 inline android::status_t setCameraLaunchStatus(uint32_t on) {
42 return ::setCameraLaunchStatus(on);
  /hardware/qcom/display/msm8909/libdisplayconfig/
DisplayConfig.h 105 int setCameraLaunchStatus(uint32_t on);
DisplayConfig.cpp 335 int setCameraLaunchStatus(uint32_t on) {
341 return intf->setCameraLaunchStatus(on);
  /hardware/qcom/display/msm8909w_3100/libdisplayconfig/
DisplayConfig.h 105 int setCameraLaunchStatus(uint32_t on);
DisplayConfig.cpp 335 int setCameraLaunchStatus(uint32_t on) {
341 return intf->setCameraLaunchStatus(on);
  /hardware/qcom/display/msm8909/libqservice/
QServiceUtils.h 82 inline android::status_t setCameraLaunchStatus(uint32_t on) {
  /hardware/qcom/display/msm8909w_3100/libqservice/
QServiceUtils.h 82 inline android::status_t setCameraLaunchStatus(uint32_t on) {
  /hardware/qcom/display/msm8996/libqservice/
QServiceUtils.h 82 inline android::status_t setCameraLaunchStatus(uint32_t on) {
  /hardware/qcom/display/msm8998/libqservice/
QServiceUtils.h 82 inline android::status_t setCameraLaunchStatus(uint32_t on) {
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session.h 215 Return<int32_t> setCameraLaunchStatus(uint32_t on) override;
hwc_session_services.cpp 440 Return<int32_t> HWCSession::setCameraLaunchStatus(uint32_t on) {
hwc_session.cpp     [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_session.h 202 Return<int32_t> setCameraLaunchStatus(uint32_t on) override;
hwc_session_services.cpp 440 Return<int32_t> HWCSession::setCameraLaunchStatus(uint32_t on) {
hwc_session.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp 766 setCameraLaunchStatus(true);
846 setCameraLaunchStatus(false);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 762 milliseconds