Home
last modified time | relevance | path

Searched refs:INT32 (Results 1 – 22 of 22) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/dm/
Dbta_dm_sco.c52 typedef INT32 (*PCONVERT_TO_BT_FILTERED) (UINT8 *pSrc, void *pDst, UINT32 dwSrcSamples,
53 UINT32 dwSrcSps, INT32 *pLastCurPos, UINT8 *pOverlapArea);
54 typedef INT32 (*PCONVERT_TO_BT_NOFILTER) (void *pSrc, void *pDst, UINT32 dwSrcSamples,
88 INT32 out1, out2, out3, out4, out5; \
142 INT32 out1, out2, out3, out4, out5; \
195 INT32 out1; \
242 INT32 Convert_8M_ToBT_Filtered (UINT8 *pSrc, void *pDst, UINT32 dwSrcSamples, in Convert_8M_ToBT_Filtered()
243 UINT32 dwSrcSps, INT32 *pLastCurPos, UINT8 *pOverlapArea) in Convert_8M_ToBT_Filtered()
245 INT32 CurrentPos = *pLastCurPos; in Convert_8M_ToBT_Filtered()
280 INT32 Convert_8M_ToBT_NoFilter (void *pSrc, void *pDst, UINT32 dwSrcSamples, UINT32 dwSrcSps) in Convert_8M_ToBT_NoFilter()
[all …]
Dbta_dm_pm.c252 INT32 timeout, UINT8 srvc_id, UINT8 pm_action) in bta_dm_pm_start_timer()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h185 INT32 has_cfg;
187 INT32 has_ertm_info;
203 INT32 has_cfg;
205 INT32 has_ertm_info;
336 INT32 channel;
346 INT32 value_size;
352 INT32 type; /* One of BTA_JV_CONN_TYPE_ */
361 INT32 type; /* One of BTA_JV_CONN_TYPE_ */
362 INT32 channel; /* optionally request a specific channel */
/hal_espressif-2.7.6/components/bt/host/bluedroid/common/include/common/
Dbt_defs.h38 INT32 ticks;
39 INT32 ticks_initial;
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/
Dbta_av_sbc.c180 if (bta_av_sbc_ups_cb.cur_pos == (INT32)dst_sps) { in bta_av_sbc_up_sample_16s()
243 if (bta_av_sbc_ups_cb.cur_pos == (INT32)dst_sps) { in bta_av_sbc_up_sample_16m()
310 if (bta_av_sbc_ups_cb.cur_pos == (INT32)dst_sps) { in bta_av_sbc_up_sample_8s()
373 if (bta_av_sbc_ups_cb.cur_pos == (INT32)dst_sps) { in bta_av_sbc_up_sample_8m()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/sys/
Dutl.c44 INT32 val = 0; in utl_str2int()
57 val += (INT32) (*p_s++ - '0'); in utl_str2int()
Dbta_sys_main.c599 void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout_ms) in bta_sys_start_timer()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c609 INT32 max_len = SDP_MAX_ATTR_LEN - 3; in SDP_AddUuidSequence()
939 INT32 SDP_ReadRecord(UINT32 handle, UINT8 *p_data, INT32 *p_data_len) in SDP_ReadRecord()
941 INT32 offset = -1; /* default to not found */ in SDP_ReadRecord()
943 INT32 len = 0; /* Number of bytes in the entry */ in SDP_ReadRecord()
968 len = (INT32) (p_rsp - p_data); in SDP_ReadRecord()
Dsdp_discovery.c891 BE_STREAM_TO_ARRAY (p, p_attr->attr_value.v.array, (INT32)attr_len); in add_attr()
931 BE_STREAM_TO_ARRAY (p, p_attr->attr_value.v.array, (INT32)attr_len); in add_attr()
970 BE_STREAM_TO_ARRAY (p, p_attr->attr_value.v.array, (INT32)attr_len); in add_attr()
/hal_espressif-2.7.6/examples/protocols/esp_local_ctrl/
DREADME.md45 [ 2] property1 INT32 123456
54 [ 2] property1 INT32 123456
65 [ 2] property1 INT32 -5555
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h193 INT32 tx_mtu; /* The transmit MTU */
258 INT32 tx_mtu; /* The transmit MTU */
526 INT32 channel);
Dbta_sys.h225 extern void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout_ms);
Dbta_ag_api.h425 INT32 conn_tout;
Dbta_api.h2073 extern INT32 BTA_DmPcmResample (void *p_src, UINT32 in_bytes, void *p_dst);
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h450 extern INT32 SDP_ReadRecord(UINT32 handle, UINT8 *p_data, INT32 *p_data_len);
Dbt_types.h34 typedef int32_t INT32; typedef
492 INT32 rssi;
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c143 INT32 aa_feed_counter;
144 INT32 aa_feed_residue;
1133 INT32 fract_max; in btc_media_aa_read_feeding()
1134 INT32 fract_threshold; in btc_media_aa_read_feeding()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_main.c713 p_scb->colli_timer.param = (INT32)p_scb; in bta_ag_collision_cback()
Dbta_ag_sco.c715 p_scb->cn_timer.param = (INT32)p_scb; in bta_ag_codec_negotiate()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h540 INT32 cur_pos; /* current position */
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c208 tBTA_JV_STATUS BTA_JvGetChannelId(int conn_type, void *user_data, INT32 channel) in BTA_JvGetChannelId()
Dbta_jv_act.c804 INT32 channel = p_data->alloc_channel.channel; in bta_jv_get_channel_id()