Searched refs:state (Results 101 - 125 of 327) sorted by relevance

1234567891011>>

/hardware/interfaces/radio/1.2/default/
H A DSap.h47 Return<void> powerReq(int32_t token, bool state) override;
/hardware/libhardware/include/hardware/
H A Dbluetooth.h98 uint8_t ctrl_state; /* stack reported state */
111 /** Bluetooth Adapter Discovery state */
117 /** Bluetooth ACL connection state */
282 /** Bluetooth Bond state */
302 typedef void (*adapter_state_changed_callback)(bt_state_t state);
332 /** Discovery state changed callback */
333 typedef void (*discovery_state_changed_callback)(bt_discovery_state_t state);
350 /** Bluetooth Bond state changed callback */
354 bt_bond_state_t state);
356 /** Bluetooth ACL connection state change
[all...]
H A Dpower.h41 * Platform-level sleep state stats.
42 * Maximum length of Platform-level sleep state name.
47 * Platform-level sleep state stats.
48 * Maximum length of Platform-level sleep state voter name.
76 * Platform-level sleep state stats:
78 * Platform-level sleep state is chosen by aggregation of votes from multiple
82 * entering the lowest Platform-level sleep state.
91 * Total time in msec the voter voted for the platform sleep state since boot.
96 * Number of times the voter voted for the platform sleep state since boot.
102 * Platform-level sleep state stat
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.h141 virtual status_t setMicMute(bool state) argument
142 {return mFinalInterface->setMicMute(state);}
143 virtual status_t getMicMute(bool* state) argument
144 {return mFinalInterface->getMicMute(state);}
/hardware/qcom/audio/post_proc/
H A Dbundle.h80 uint32_t state; member in struct:effect_context_s
H A Dbundle.c169 if ((fx_ctxt->state == EFFECT_STATE_ACTIVE) &&
429 context->state = EFFECT_STATE_UNINITIALIZED;
439 context->state = EFFECT_STATE_INITIALIZED;
526 if (context->state != EFFECT_STATE_ACTIVE) {
551 if (context == NULL || context->state == EFFECT_STATE_UNINITIALIZED) {
597 if (context->state != EFFECT_STATE_INITIALIZED) {
601 context->state = EFFECT_STATE_ACTIVE;
612 if (context->state != EFFECT_STATE_ACTIVE) {
616 context->state = EFFECT_STATE_INITIALIZED;
749 return ctxt->state
[all...]
H A Dvolume_listener.c90 uint32_t state; member in struct:vol_listener_context_s
228 ALOGW("%s: streamType [%s] Device [%d] state [%d] sessionID [%d] volume (L/R) [%f / %f] ",
236 context->dev_id, context->state, context->session_id, context->left_vol,context->right_vol);
281 if ((context->state == VOL_LISTENER_STATE_ACTIVE) &&
385 if (context == NULL || context->state == VOL_LISTENER_STATE_UNINITIALIZED) {
387 "context" : "context->state");
453 if (context->state != VOL_LISTENER_STATE_INITIALIZED) {
454 ALOGE("%s: EFFECT_CMD_ENABLE : state not INITIALIZED", __func__);
459 context->state = VOL_LISTENER_STATE_ACTIVE;
462 // After changing the state an
[all...]
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Ddisplay_primary.h47 virtual DisplayError SetDisplayState(DisplayState state);
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Ddisplay_primary.h48 virtual DisplayError SetDisplayState(DisplayState state);
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_primary.h48 virtual DisplayError SetDisplayState(DisplayState state);
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_primary.h47 virtual DisplayError SetDisplayState(DisplayState state);
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_log.c153 /* Engine state names */
161 /* Fix session state names */
196 LOC_LOGD("Engine state: %s\n",
201 LOC_LOGD("Fix session state: %s\n",
320 /* Find engine state name */
321 const char* loc_get_engine_state_name(rpc_loc_engine_state_e_type state) argument
324 (long) state);
327 /* Find engine state name */
328 const char* loc_get_fix_session_state_name(rpc_loc_fix_session_state_e_type state) argument
331 (long) state);
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_log.c153 /* Engine state names */
161 /* Fix session state names */
196 LOC_LOGD("Engine state: %s\n",
201 LOC_LOGD("Fix session state: %s\n",
320 /* Find engine state name */
321 const char* loc_get_engine_state_name(rpc_loc_engine_state_e_type state) argument
324 (long) state);
327 /* Find engine state name */
328 const char* loc_get_fix_session_state_name(rpc_loc_fix_session_state_e_type state) argument
331 (long) state);
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_log.c153 /* Engine state names */
161 /* Fix session state names */
196 LOC_LOGD("Engine state: %s\n",
201 LOC_LOGD("Fix session state: %s\n",
320 /* Find engine state name */
321 const char* loc_get_engine_state_name(rpc_loc_engine_state_e_type state) argument
324 (long) state);
327 /* Find engine state name */
328 const char* loc_get_fix_session_state_name(rpc_loc_fix_session_state_e_type state) argument
331 (long) state);
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_log.c153 /* Engine state names */
161 /* Fix session state names */
196 LOC_LOGD("Engine state: %s\n",
201 LOC_LOGD("Fix session state: %s\n",
320 /* Find engine state name */
321 const char* loc_get_engine_state_name(rpc_loc_engine_state_e_type state) argument
324 (long) state);
327 /* Find engine state name */
328 const char* loc_get_fix_session_state_name(rpc_loc_fix_session_state_e_type state) argument
331 (long) state);
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_log.c153 /* Engine state names */
161 /* Fix session state names */
196 LOC_LOGD("Engine state: %s\n",
201 LOC_LOGD("Fix session state: %s\n",
320 /* Find engine state name */
321 const char* loc_get_engine_state_name(rpc_loc_engine_state_e_type state) argument
324 (long) state);
327 /* Find engine state name */
328 const char* loc_get_fix_session_state_name(rpc_loc_fix_session_state_e_type state) argument
331 (long) state);
[all...]
/hardware/qcom/msm8998/json-c/
H A Djson_tokener.h70 enum json_tokener_state state, saved_state; member in struct:json_tokener_srec
/hardware/qcom/audio/hal/audio_extn/
H A Dhfp.c222 /*Set mic mute state.
224 * This interface is used for mic mute state control
226 int audio_extn_hfp_set_mic_mute(struct audio_device *adev, bool state) argument
230 if (state == hfpmod.mic_mute)
233 if (state == true) {
236 rc = hfp_set_mic_volume(adev, (state == true) ? 0.0 : hfpmod.mic_volume);
237 adev->voice.mic_mute = state;
238 hfpmod.mic_mute = state;
239 ALOGD("%s: Setting mute state %d, rc %d\n", __func__, state, r
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Droam.cpp307 wifi_error wifi_enable_firmware_roaming(wifi_interface_handle iface, fw_roaming_state_t state) argument
317 ALOGV("%s: set firmware roam state : %d", __FUNCTION__, state);
319 if (state == ROAMING_ENABLE) {
321 } else if(state == ROAMING_DISABLE) {
324 ALOGE("%s: Invalid state provided: %d. Exit \n", __FUNCTION__, state);
H A Dtdls.cpp132 status.state = (wifi_tdls_state)
134 ALOGV("TDLS: State New : %d ", status.state);
206 mTDLSgetStatusRspParams.state = (wifi_tdls_state)get_u32(
208 ALOGV("TDLS: State : %u ", mTDLSgetStatusRspParams.state);
309 status->state = mTDLSgetStatusRspParams.state;
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportbase.cpp60 state = OMX_PortEnabled;
924 OMX_STATETYPE state = OMX_StateInvalid; local
930 return state;
932 cbase->CBaseGetState((void *)owner, &state);
935 return state;
946 enabled = (state == OMX_PortEnabled) ? true : false;
995 const char *GetPortStateName(OMX_U8 state) argument
997 if (state > PortBase::OMX_PortEnabled)
998 state = PortBase::OMX_PortEnabled+1;
1000 return state_name[state];
[all...]
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalZone.java37 protected int mCurrThermalState; /* Current thermal state of the zone */
52 private String mZoneLogic; /* Logic to be used to determine thermal state of zone */
60 // to detect zone state change at runtime.
71 public void setMaxStates(int state) { argument
72 mMaxStates = state;
75 public void updateMaxStates(int state) { argument
76 setMaxStates(state);
237 public void setZoneState(int state) { argument
238 mCurrThermalState = state;
331 // If poll delay is requested for an invalid state, retur
[all...]
/hardware/libhardware/modules/camera/3_4/metadata/
H A Dpartial_metadata_factory_test.cpp85 std::unique_ptr<State<uint8_t>> state = FixedState(delegate_tag_, value); local
87 ASSERT_EQ(state->StaticTags().size(), 0u);
88 ASSERT_EQ(state->ControlTags().size(), 0u);
89 ASSERT_EQ(state->DynamicTags().size(), 1u);
90 EXPECT_EQ(state->DynamicTags()[0], delegate_tag_);
93 ASSERT_EQ(state->PopulateDynamicFields(&metadata), 0);
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.h241 status_t setCaptureMuteState(uint32_t device, bool state);
242 status_t getCaptureMuteState(uint32_t device, bool *state);
243 status_t setPlaybackMuteState(uint32_t device, bool state);
244 status_t getPlaybackMuteState(uint32_t device, bool *state);
478 virtual status_t setMicMute(bool state);
479 virtual status_t getMicMute(bool* state);
521 /**This method dumps the state of the audio hardware */
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xvva.c152 CARD16 state; local
154 DPMSInfo((Display *)ctx->native_dpy, &state, &onoff);
155 drv_debug_msg(VIDEO_DEBUG_GENERAL, "DPMS is %s, monitor state=%s\n", onoff ? "enabled" : "disabled",
156 (state == DPMSModeOn) ? "on" : (
157 (state == DPMSModeOff) ? "off" : (
158 (state == DPMSModeStandby) ? "standby" : (
159 (state == DPMSModeSuspend) ? "suspend" : "unknow"))));
572 CARD16 state; local
574 DPMSInfo((Display *)ctx->native_dpy, &state, &onoff);
575 drv_debug_msg(VIDEO_DEBUG_GENERAL, "DPMS is %s, monitor state
[all...]

Completed in 555 milliseconds

1234567891011>>