Searched refs:On (Results 1 – 25 of 34) sorted by relevance
12
/hardware/qcom/display/msm8909/sdm/include/private/ |
D | dpps_control_interface.h | 33 virtual DisplayError On() = 0;
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
D | dpps_control_interface.h | 33 virtual DisplayError On() = 0;
|
/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
D | dpps_control_interface.h | 33 virtual DisplayError On() = 0;
|
/hardware/interfaces/gatekeeper/1.0/ |
D | IGatekeeper.hal | 43 * On success, data buffer must contain the new password handle referencing 46 * verify. On error, this buffer must be empty. 64 * On success, returns verification token in response.data, which shall be 80 * On success, a non-empty data buffer containing the 82 * On error, data buffer must be empty.
|
/hardware/interfaces/ir/1.0/ |
D | IConsumerIr.hal | 36 * returns: On success, true and a vector of all supported frequency 37 * ranges. On error, returns false.
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDevice.hal | 37 * On success 66 * On a successful open of the camera device. 114 * On a successful change to the torch state 154 * On a successful open of the camera device.
|
D | ICameraDeviceSession.hal | 47 * On a successful construction of default settings. 137 * On successful stream configuration. 226 * On a successful start to processing the capture request 388 * On a successful flush of the camera HAL.
|
/hardware/interfaces/tv/cec/1.0/ |
D | types.hal | 171 * View On> or <Text View On>. Used when user changes the TV settings to
|
/hardware/interfaces/secure_element/1.0/ |
D | ISecureElement.hal | 80 * @return response On success, response to SELECT command is returned 104 * @return selectResponse On success, response to SELECT command is returned
|
/hardware/interfaces/camera/device/3.4/ |
D | ICameraDeviceSession.hal | 42 * On successful stream configuration. 86 * On a successful start to processing the capture request
|
/hardware/interfaces/camera/provider/2.4/ |
D | ICameraProviderCallback.hal | 33 * On camera service startup, when ICameraProvider::setCallback is invoked,
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display_virtual.cpp | 62 status = INT32(hwc_display_virtual->SetPowerMode(HWC2::PowerMode::On)); in Create()
|
D | hwc_display.cpp | 495 case HWC2::PowerMode::On: in BuildLayerStack() 497 last_power_mode_ = HWC2::PowerMode::On; in BuildLayerStack() 1362 status = INT32(SetPowerMode(HWC2::PowerMode::On)); in BuildLayerStack()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display_virtual.cpp | 62 status = INT32(hwc_display_virtual->SetPowerMode(HWC2::PowerMode::On)); in Create()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display_virtual.cpp | 62 status = INT32(hwc_display_virtual->SetPowerMode(HWC2::PowerMode::On)); in Create()
|
D | hwc_display.cpp | 682 case HWC2::PowerMode::On: in BuildLayerStack() 684 last_power_mode_ = HWC2::PowerMode::On; in BuildLayerStack() 1589 status = INT32(SetPowerMode(HWC2::PowerMode::On)); in BuildLayerStack()
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevice.hal | 43 * On success. 66 * On success. 110 * On a successful change to the torch state. 162 * On a successful open of the camera device.
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display_virtual.cpp | 62 status = INT32(hwc_display_virtual->SetPowerMode(HWC2::PowerMode::On)); in Create()
|
D | hwc_display.cpp | 712 case HWC2::PowerMode::On: in BuildLayerStack() 714 last_power_mode_ = HWC2::PowerMode::On; in BuildLayerStack() 1670 status = INT32(SetPowerMode(HWC2::PowerMode::On)); in BuildLayerStack()
|
/hardware/intel/common/libmix/mix_common/ |
D | INSTALL | 103 On MacOS X 10.5 and later systems, you can create libraries and 158 On HP-UX, the default C compiler is not ANSI C compatible. If GNU 166 On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssConfiguration.hal | 117 * user turns off GPS On setting.
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | comp_manager.cpp | 574 return enable ? dpps_ctrl_intf_->On() : dpps_ctrl_intf_->Off(); in ControlDpps()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | comp_manager.cpp | 561 return enable ? dpps_ctrl_intf_->On() : dpps_ctrl_intf_->Off(); in ControlDpps()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | comp_manager.cpp | 556 return enable ? dpps_ctrl_intf_->On() : dpps_ctrl_intf_->Off(); in ControlDpps()
|
/hardware/libhardware/modules/camera/3_4/ |
D | README.md | 50 On creation, it searches /dev/video* nodes for ones with the necessary
|
12