Searched refs:p_state (Results 1 - 5 of 5) sorted by relevance

/hardware/broadcom/libbt/include/
H A Dbt_vendor_brcm.h427 extern int hw_set_audio_state(bt_vendor_op_audio_state_t *p_state);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h211 OMX_STATETYPE *p_state);
/hardware/broadcom/libbt/src/
H A Dhardware.c1476 int hw_set_audio_state(bt_vendor_op_audio_state_t *p_state) argument
1483 ret_val = hw_set_SCO_codec(p_state->peer_codec);
1488 int hw_set_audio_state(bt_vendor_op_audio_state_t *p_state) argument
/hardware/ril/reference-ril/
H A Dreference-ril.c255 static int clccStateToRILState(int state, RIL_CallState *p_state) argument
259 case 0: *p_state = RIL_CALL_ACTIVE; return 0;
260 case 1: *p_state = RIL_CALL_HOLDING; return 0;
261 case 2: *p_state = RIL_CALL_DIALING; return 0;
262 case 3: *p_state = RIL_CALL_ALERTING; return 0;
263 case 4: *p_state = RIL_CALL_INCOMING; return 0;
264 case 5: *p_state = RIL_CALL_WAITING; return 0;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp1417 * @param[in,out] p_state: Pointer to state variable.
1422 OMX_STATETYPE *p_state)
1434 *p_state = m_state;
1421 get_state(OMX_HANDLETYPE cmp_handle, OMX_STATETYPE *p_state) argument

Completed in 167 milliseconds