/hardware/qcom/audio/hal/audio_extn/ |
D | maxxaudio.c | 114 bool active; member 229 ma_cur_state_table[STREAM_VOICE].active ? "T" : "F", in print_state_log() 231 ma_cur_state_table[STREAM_SYSTEM].active ? "T" : "F", in print_state_log() 233 ma_cur_state_table[STREAM_RING].active ? "T" : "F", in print_state_log() 235 ma_cur_state_table[STREAM_MUSIC].active ? "T" : "F", in print_state_log() 237 ma_cur_state_table[STREAM_ALARM].active ? "T" : "F", in print_state_log() 239 ma_cur_state_table[STREAM_NOTIFICATION].active ? "T" : "F"); in print_state_log() 271 if (ma_cur_state_table[i].active) in is_active() 607 ma_cur_state_table[i].active = false; in audio_extn_ma_init() 645 float vol, bool active) in audio_extn_ma_set_state() argument [all …]
|
D | maxxaudio.h | 23 #define audio_extn_ma_set_state(adev, type, vol, active) (false) argument 31 float vol, bool active);
|
/hardware/libhardware/modules/thermal/ |
D | thermal.c | 89 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local 123 active = user + nice + system; in get_cpu_usages() 124 total = active + idle; in get_cpu_usages() 148 .active = active, in get_cpu_usages()
|
/hardware/qcom/audio/post_proc/ |
D | ma_listener.c | 59 bool active; member 186 bool active = false; in check_and_set_ma_parameter() local 199 active = true; in check_and_set_ma_parameter() 217 g_cur_state[stream_type].active != active)) { in check_and_set_ma_parameter() 221 g_cur_state[stream_type].active ? "T" : "F", active ? "T" : "F", in check_and_set_ma_parameter() 225 send_ma_parameter(stream_type, max_vol, active); in check_and_set_ma_parameter() 227 g_cur_state[stream_type].active = active; in check_and_set_ma_parameter()
|
/hardware/qcom/sdm845/thermal/ |
D | thermal.c | 83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local 131 active = user + nice + system; in get_cpu_usages() 132 total = active + idle; in get_cpu_usages() 154 .active = active, in get_cpu_usages()
|
/hardware/qcom/sm8150/thermal/ |
D | thermal.c | 83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local 131 active = user + nice + system; in get_cpu_usages() 132 total = active + idle; in get_cpu_usages() 154 .active = active, in get_cpu_usages()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg_inlines.h | 89 if (!my_obj->clnt_mgr[client_idx].session[i].active) { in mm_jpeg_get_new_session_idx() 91 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE; in mm_jpeg_get_new_session_idx() 121 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE; in mm_jpeg_remove_session_idx()
|
/hardware/interfaces/broadcastradio/1.0/ |
D | ITunerCallback.hal | 61 * @param active True if the announcement starts, false if it stops. 63 oneway trafficAnnouncement(bool active); 68 * @param active True if the announcement starts, false if it stops. 70 oneway emergencyAnnouncement(bool active);
|
/hardware/qcom/gps/msm8998/core/ |
D | UlpProxyBase.h | 92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) in reportBatchingSession() argument 95 (void)active; in reportBatchingSession()
|
/hardware/qcom/sdm845/gps/sdm845/core/ |
D | UlpProxyBase.h | 92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) in reportBatchingSession() argument 95 (void)active; in reportBatchingSession()
|
/hardware/qcom/sdm845/gps/msm8998/core/ |
D | UlpProxyBase.h | 92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) in reportBatchingSession() argument 95 (void)active; in reportBatchingSession()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | UlpProxyBase.h | 92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) in reportBatchingSession() argument 95 (void)active; in reportBatchingSession()
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFaceClientCallback.hal | 31 * @param userId The active user id for the template being enrolled. 45 * @param userId The active user id for the authenticated face. 62 * @param userId The id of the active user associated with the attempted 80 * @param userId The id of the active user when the error occured, or 81 * UserHandle::NONE if an active user had not been set yet. 99 * @param userId The active user id for the removed face template. 109 * @param userId The active user id for the enumerated face template.
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | display_null.h | 54 void SetActive(bool active) { in SetActive() argument 55 active_ = active; in SetActive()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | display_null.h | 54 void SetActive(bool active) { in SetActive() argument 55 active_ = active; in SetActive()
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | display_null.h | 54 void SetActive(bool active) { in SetActive() argument 55 active_ = active; in SetActive()
|
/hardware/interfaces/camera/device/3.3/ |
D | ICameraDeviceSession.hal | 24 * Camera device active session interface. 27 * configure and request captures from an active camera device.
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_wrapper.h | 136 : active(false), in RequestContext() 140 bool active; variable
|
D | v4l2_wrapper.cpp | 171 buffer.active = false; in StreamOff() 595 if (!buffers_[i].active) { in EnqueueRequest() 620 buffers_[index].active = false; in EnqueueRequest() 648 request_context->active = true; in EnqueueRequest() 721 request_context->active = false; in DequeueRequest() 729 if (buffer.active) { in GetInFlightBufferCount()
|
/hardware/libhardware/include/hardware/ |
D | thermal.h | 121 uint64_t active; member
|
/hardware/interfaces/camera/device/ |
D | README.md | 12 each camera device interface has an actual open() method to begin an active 64 interface for operating the active camera. It takes a Callback interface as an 74 v3.2, containing methods for configuring an active camera device and submitting
|
/hardware/interfaces/weaver/1.0/ |
D | IWeaver.hal | 62 * The value is only returned when throttling is not active, even if the 63 * correct key is provided. If called when throttling is active, the time 70 * throttling is active or FAILED if the read was unsuccessful for
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | display_null.h | 141 void SetActive(bool active) { active_ = active; } in SetActive() argument
|
/hardware/qcom/sdm845/gps/msm8994/core/ |
D | UlpProxyBase.h | 72 bool active) { in reportBatchingSession() argument
|
/hardware/qcom/gps/msm8994/core/ |
D | UlpProxyBase.h | 72 bool active) { in reportBatchingSession() argument
|