Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 144) sorted by relevance

123456

/hardware/qcom/audio/hal/audio_extn/
Dmaxxaudio.c114 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 …]
Dmaxxaudio.h23 #define audio_extn_ma_set_state(adev, type, vol, active) (false) argument
31 float vol, bool active);
/hardware/libhardware/modules/thermal/
Dthermal.c89 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/
Dma_listener.c59 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/
Dthermal.c83 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/
Dthermal.c83 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/
Dmm_jpeg_inlines.h89 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/
DITunerCallback.hal61 * @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/
DUlpProxyBase.h92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) in reportBatchingSession() argument
95 (void)active; in reportBatchingSession()
/hardware/qcom/sdm845/gps/sdm845/core/
DUlpProxyBase.h92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) in reportBatchingSession() argument
95 (void)active; in reportBatchingSession()
/hardware/qcom/sdm845/gps/msm8998/core/
DUlpProxyBase.h92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) in reportBatchingSession() argument
95 (void)active; in reportBatchingSession()
/hardware/qcom/gps/msm8909w_3100/core/
DUlpProxyBase.h92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) in reportBatchingSession() argument
95 (void)active; in reportBatchingSession()
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFaceClientCallback.hal31 * @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/
Ddisplay_null.h54 void SetActive(bool active) { in SetActive() argument
55 active_ = active; in SetActive()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Ddisplay_null.h54 void SetActive(bool active) { in SetActive() argument
55 active_ = active; in SetActive()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Ddisplay_null.h54 void SetActive(bool active) { in SetActive() argument
55 active_ = active; in SetActive()
/hardware/interfaces/camera/device/3.3/
DICameraDeviceSession.hal24 * Camera device active session interface.
27 * configure and request captures from an active camera device.
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.h136 : active(false), in RequestContext()
140 bool active; variable
Dv4l2_wrapper.cpp171 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/
Dthermal.h121 uint64_t active; member
/hardware/interfaces/camera/device/
DREADME.md12 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/
DIWeaver.hal62 * 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/
Ddisplay_null.h141 void SetActive(bool active) { active_ = active; } in SetActive() argument
/hardware/qcom/sdm845/gps/msm8994/core/
DUlpProxyBase.h72 bool active) { in reportBatchingSession() argument
/hardware/qcom/gps/msm8994/core/
DUlpProxyBase.h72 bool active) { in reportBatchingSession() argument

123456