Home
last modified time | relevance | path

Searched refs:UINT32 (Results 1 – 25 of 163) sorted by relevance

1234567

/system/bt/bta/include/
Dbta_av_sbc.h49 extern void bta_av_sbc_init_up_sample (UINT32 src_sps, UINT32 dst_sps,
78 UINT32 src_samples, UINT32 dst_samples,
79 UINT32 *p_ret);
99 UINT32 src_samples, UINT32 dst_samples,
100 UINT32 *p_ret);
120 UINT32 src_samples, UINT32 dst_samples,
121 UINT32 *p_ret);
141 UINT32 src_samples, UINT32 dst_samples,
142 UINT32 *p_ret);
162 UINT32 src_samples, UINT32 dst_samples,
[all …]
Dbta_jv_api.h82 typedef UINT32 tBTA_JV_ROLE;
183 UINT32 handle; /* The connection handle */
192 UINT32 handle; /* The connection handle */
205 UINT32 handle; /* The connection handle */
213 UINT32 handle; /* The connection handle */
221 UINT32 handle; /* The connection handle */
229 UINT32 handle; /* The connection handle */
237 UINT32 handle; /* The connection handle */
238 UINT32 req_id; /* The req_id in the associated BTA_JvL2capRead() */
248 UINT32 handle; /* The connection handle */
[all …]
Dbta_av_co.h311 UINT32 *p_len, UINT32 *p_timestamp);
325 UINT32 *p_len, UINT32 *p_timestamp);
363 extern void bta_av_co_video_report_rr (UINT32 packet_lost);
/system/bt/stack/include/
Dsdp_api.h103 UINT32 u32; /* 32-bit integer */
122 UINT32 time_read; /* The time the record was read */
128 UINT32 mem_size; /* Memory size of the DB */
129 UINT32 mem_free; /* Memory still available */
138 UINT32 raw_size; /* size of raw_data */
139 UINT32 raw_used; /* length of raw_data used */
190 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len,
421 UINT32 SDP_CreateRecord (void);
437 BOOLEAN SDP_DeleteRecord (UINT32 handle);
453 INT32 SDP_ReadRecord(UINT32 handle, UINT8 *p_data, INT32 *p_data_len);
[all …]
Davdt_api.h207 UINT32 ntp_sec; /* NTP time: seconds relative to 0h UTC on 1 January 1900 */
208 UINT32 ntp_frac; /* NTP time: the fractional part */
209 UINT32 rtp_time; /* timestamp in RTP header */
210 UINT32 pkt_count; /* sender's packet count: since starting transmission
212 UINT32 octet_count; /* sender's octet count: same comment */
218 UINT32 packet_lost; /* cumulative number of packets lost since the beginning */
219 UINT32 seq_num_rcvd; /* extended highest sequence number received */
220 UINT32 jitter; /* interarrival jitter */
221 UINT32 lsr; /* last SR timestamp */
222 UINT32 dlsr; /* delay since last SR */
[all …]
Dbtm_api.h532 #define BTM_EIR_SERVICE_ARRAY_SIZE (((UINT32)BTM_EIR_MAX_SERVICES / BTM_EIR_ARRAY_BITS) + \
533 (((UINT32)BTM_EIR_MAX_SERVICES % BTM_EIR_ARRAY_BITS) ? 1 : 0))
536 #define BTM_EIR_SET_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BITS…
537 ((UINT32)1 << (((UINT32)(service)) % BTM_EIR_ARRAY_BITS)))
541 #define BTM_EIR_CLR_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BITS…
542 ~((UINT32)1 << (((UINT32)(service)) % BTM_EIR_ARRAY_BITS)))
545 #define BTM_EIR_HAS_SERVICE(p, service) ((((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BIT…
546 …((UINT32)1 << (((UINT32)(service)) % BTM_EIR_ARRAY_BITS))) >> (((UINT32)(service)) % BTM_EIR_ARRAY…
608 UINT32 eir_uuid[BTM_EIR_SERVICE_ARRAY_SIZE];
1021 UINT32 tx_bw;
[all …]
Dbt_types.h35 typedef uint32_t UINT32; typedef
253 #define STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((U…
254 …TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) +…
289 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + …
290 …EAM_TO_UINT32(u32, p) {u32 = ((UINT32)(*((p) + 3)) + ((UINT32)(*((p) + 2)) << 8) + ((UINT32)(*((p)…
372 UINT32 token_rate; /* bytes/second */
373 UINT32 token_bucket_size; /* bytes */
374 UINT32 peak_bandwidth; /* bytes/second */
375 UINT32 latency; /* microseconds */
376 UINT32 delay_variation; /* microseconds */
[all …]
Dbtm_ble_api.h54 typedef UINT32 tBTM_BLE_REF_VALUE;
317 typedef UINT32 tBTM_BLE_AD_MASK;
410 UINT32 uuid[MAX_32BIT_SERVICES];
585 UINT32 scan_interval;
586 UINT32 scan_window;
709 UINT32 uuid32_mask;
864 typedef UINT32 tBTM_BLE_TX_TIME_MS;
865 typedef UINT32 tBTM_BLE_RX_TIME_MS;
866 typedef UINT32 tBTM_BLE_IDLE_TIME_MS;
867 typedef UINT32 tBTM_BLE_ENERGY_USED;
[all …]
Davrc_defs.h772 UINT32 company_id; /* Company identifier. */
794 UINT32 company_id; /* Company identifier. */
859 …e AVRC_BE_STREAM_TO_CO_ID(u32, p) {u32 = (((UINT32)(*((p) + 2))) + (((UINT32)(*((p) + 1))) << 8) +…
893 UINT32 company_id[AVRC_CAP_MAX_NUM_COMP_ID];
917UINT32 sub_type; /* Use AVRC_SUB_TYPE_NONE, AVRC_SUB_TYPE_AUDIO_BOOK, or AVRC_S…
936UINT32 attr_id; /* Use AVRC_MEDIA_ATTR_ID_TITLE, AVRC_MEDIA_ATTR_ID_ARTIST, AV…
1047 UINT32 attrs[AVRC_MAX_ELEM_ATTR_SIZE];
1057 UINT32 param;
1094 UINT32 start_item;
1095 UINT32 end_item;
[all …]
/system/bt/bta/av/
Dbta_av_sbc.c32 UINT32 src_samples, UINT32 dst_samples,
33 UINT32 *p_ret);
38 UINT32 src_sps; /* samples per second (source audio data) */
39 UINT32 dst_sps; /* samples per second (converted audio data) */
64 void bta_av_sbc_init_up_sample (UINT32 src_sps, UINT32 dst_sps, UINT16 bits, UINT16 n_channels) in bta_av_sbc_init_up_sample()
128 UINT32 src_samples, UINT32 dst_samples, in bta_av_sbc_up_sample()
129 UINT32 *p_ret) in bta_av_sbc_up_sample()
131 UINT32 src; in bta_av_sbc_up_sample()
132 UINT32 dst; in bta_av_sbc_up_sample()
165 UINT32 src_samples, UINT32 dst_samples, in bta_av_sbc_up_sample_16s()
[all …]
/system/bt/bta/dm/
Dbta_dm_sco.c51 typedef INT32 (*PCONVERT_TO_BT_FILTERED) (UINT8 *pSrc, void *pDst, UINT32 dwSrcSamples,
52 UINT32 dwSrcSps,INT32 *pLastCurPos, UINT8 *pOverlapArea);
53 typedef INT32 (*PCONVERT_TO_BT_NOFILTER) (void *pSrc, void *pDst, UINT32 dwSrcSamples,
54 UINT32 dwSrcSps);
58 UINT32 cur_pos; /* current position */
59 UINT32 src_sps; /* samples per second (source audio data) */
64 UINT32 bits; /* number of bits per pcm sample */
65 UINT32 n_channels; /* number of channels (i.e. mono(1), stereo(2)...) */
66 UINT32 sample_size;
67 UINT32 can_be_filtered;
[all …]
/system/bt/bta/jv/
Dbta_jv_int.h101 UINT32 handle; /* The connection handle */
126 UINT32 handle; /* the handle reported to java app (same as gap handle) */
141 UINT32 handle; /* the rfcomm session handle at jv */
207 UINT32 handle;
215 UINT32 handle;
216 UINT32 req_id;
227 UINT32 handle;
228 UINT32 req_id;
241 UINT32 req_id;
268 UINT32 handle;
[all …]
Dbta_jv_api.c279 tBTA_JV_STATUS BTA_JvDeleteRecord(UINT32 handle) in BTA_JvDeleteRecord()
411 tBTA_JV_STATUS BTA_JvL2capClose(UINT32 handle) in BTA_JvL2capClose()
442 tBTA_JV_STATUS BTA_JvL2capCloseLE(UINT32 handle) in BTA_JvL2capCloseLE()
624 tBTA_JV_STATUS BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvL2capRead()
663 tBTA_JV_STATUS BTA_JvL2capReady(UINT32 handle, UINT32 *p_data_size) in BTA_JvL2capReady()
694 tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id, UINT8 *p_data, in BTA_JvL2capWrite()
733 tBTA_JV_STATUS BTA_JvL2capWriteFixed(UINT16 channel, BD_ADDR *addr, UINT32 req_id, in BTA_JvL2capWriteFixed()
804 tBTA_JV_STATUS BTA_JvRfcommClose(UINT32 handle, void *user_data) in BTA_JvRfcommClose()
807 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK)&~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommClose()
808 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommClose()
[all …]
/system/bt/bta/ag/
Dbta_ag_rfc.c42 void bta_ag_port_cback_1(UINT32 code, UINT16 port_handle);
43 void bta_ag_port_cback_2(UINT32 code, UINT16 port_handle);
44 void bta_ag_port_cback_3(UINT32 code, UINT16 port_handle);
46 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 port_handle);
47 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 port_handle);
48 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 port_handle);
88 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_port_cback()
120 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_mgmt_cback()
212 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 1);} in bta_ag_mgmt_cback_1()
213 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 2);} in bta_ag_mgmt_cback_2()
[all …]
/system/bt/bta/hf_client/
Dbta_hf_client_int.h120 UINT32 uint32_val1;
121 UINT32 uint32_val2;
183 UINT32 sdp_handle;
214 UINT32 sdp_handle);
243 extern void bta_hf_client_send_at_chld(char cmd, UINT32 idx);
250 extern void bta_hf_client_send_at_vgs(UINT32 volume);
251 extern void bta_hf_client_send_at_vgm(UINT32 volume);
252 extern void bta_hf_client_send_at_atd(char *number, UINT32 memory);
256 extern void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val);
259 extern void bta_hf_client_send_at_bcs(UINT32 codec);
[all …]
Dbta_hf_client_at.c100 UINT32 service_index = 0;
335 static void bta_hf_client_handle_brsf(UINT32 value) in bta_hf_client_handle_brsf()
342 static void bta_hf_client_handle_cind_list_item(char *name, UINT32 min, UINT32 max, UINT32 index) in bta_hf_client_handle_cind_list_item()
370 static void bta_hf_client_handle_cind_value(UINT32 index, UINT32 value) in bta_hf_client_handle_cind_value()
409 static void bta_hf_client_handle_chld(UINT32 mask) in bta_hf_client_handle_chld()
416 static void bta_hf_client_handle_ciev(UINT32 index, UINT32 value) in bta_hf_client_handle_ciev()
461 static void bta_hf_client_handle_bcs(UINT32 codec) in bta_hf_client_handle_bcs()
478 static void bta_hf_client_handle_bsir(UINT32 provided) in bta_hf_client_handle_bsir()
485 static void bta_hf_client_handle_cmeerror(UINT32 code) in bta_hf_client_handle_cmeerror()
490 static void bta_hf_client_handle_vgm(UINT32 value) in bta_hf_client_handle_vgm()
[all …]
/system/bt/stack/sdp/
Dsdp_db.c44 static BOOLEAN find_uuid_in_seq (UINT8 *p , UINT32 seq_len, UINT8 *p_his_uuid,
118 static BOOLEAN find_uuid_in_seq (UINT8 *p , UINT32 seq_len, UINT8 *p_uuid, in find_uuid_in_seq()
123 UINT32 len; in find_uuid_in_seq()
161 tSDP_RECORD *sdp_db_find_record (UINT32 handle) in sdp_db_find_record()
279 UINT32 SDP_CreateRecord (void) in SDP_CreateRecord()
282 UINT32 handle; in SDP_CreateRecord()
329 BOOLEAN SDP_DeleteRecord (UINT32 handle) in SDP_DeleteRecord()
395 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, in SDP_AddAttribute()
396 UINT32 attr_len, UINT8 *p_val) in SDP_AddAttribute()
412 UINT32 i; in SDP_AddAttribute()
[all …]
Dsdpint.h122 UINT32 len; /* Number of bytes in the entry */
131 UINT32 record_handle;
132 UINT32 free_pad_ptr;
142 UINT32 di_primary_handle; /* Device ID Primary record or NULL if nonexistent */
191 UINT32 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */
284 extern UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len);
286 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
300 extern tSDP_RECORD *sdp_db_find_record (UINT32 handle);
/system/bt/embdrv/sbc/encoder/srce/
Dsbc_packing.c49 s32Carry = ( (((UINT32)(s32OutLow)>>16)&0xFFFF) + \
66 UINT32 u32QuantizedSbValue,u32QuantizedSbValue0; /* temp variable to store quantized sb val*/ in EncPacking()
74 UINT32 u32SfRaisedToPow2; /*scale factor raised to power 2*/ in EncPacking()
153 u32SfRaisedToPow2 = ((UINT32)1 << ((*ps16ScfPtr)+1)); in EncPacking()
154 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount) - 1); in EncPacking()
163 s32Low1 &= ((UINT32)1 << (32 - ((*ps16ScfPtr)+2))) - 1; in EncPacking()
169 u32SfRaisedToPow2 = ((UINT32)1 << *ps16ScfPtr); in EncPacking()
170 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount)-1); in EncPacking()
/system/bt/stack/l2cap/
Dl2c_int.h193 UINT32 connect_tick_count; /* Time channel was established */
194 UINT32 ertm_pkt_counts[2]; /* Packets sent and received */
195 UINT32 ertm_byte_counts[2]; /* Bytes sent and received */
196 UINT32 s_frames_sent[4]; /* S-frames sent (RR, REJ, RNR, SREJ) */
197 UINT32 s_frames_rcvd[4]; /* S-frames rcvd (RR, REJ, RNR, SREJ) */
198 UINT32 xmit_window_closed; /* # of times the xmit window was closed */
199 UINT32 controller_idle; /* # of times less than 2 packets in controller */
201 UINT32 pkts_retransmitted; /* # of packets that were retransmitted */
202 UINT32 retrans_touts; /* # of retransmission timouts */
203 UINT32 xmit_ack_touts; /* # of xmit ack timouts */
[all …]
/system/bt/btif/src/
Dbtif_sdp_server.c379 UINT32 sdp_handle = 0; in add_maps_sdp()
414 (UINT32)(rec->hdr.service_name_length + 1), in add_maps_sdp()
424 (UINT32)1, (UINT8*)&rec->mas_instance_id); in add_maps_sdp()
428 (UINT32)1, (UINT8*)&rec->supported_message_types); in add_maps_sdp()
433 UINT_DESC_TYPE, (UINT32)4, temp); in add_maps_sdp()
440 UINT_DESC_TYPE, (UINT32)2, temp); in add_maps_sdp()
468 UINT32 sdp_handle = 0; in add_mapc_sdp()
501 (UINT32)(rec->hdr.service_name_length + 1), in add_mapc_sdp()
512 UINT_DESC_TYPE, (UINT32)4, temp); in add_mapc_sdp()
519 UINT_DESC_TYPE, (UINT32)2, temp); in add_mapc_sdp()
[all …]
/system/bt/stack/pan/
Dpan_int.h63 UINT32 ip_addr;
88 UINT32 pan_user_sdp_handle;
89 UINT32 pan_gn_sdp_handle;
90 UINT32 pan_nap_sdp_handle;
142 extern UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc);
/system/bt/udrv/include/
Duipc.h106 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len);
117 BOOLEAN UIPC_Ioctl(tUIPC_CH_ID ch_id, UINT32 request, void *param);
/system/bt/include/
Dbte.h57 extern UINT32 bte_startup_options; /* Switch and jumper settings at startup */
58 void bte_get_startup_options(UINT32 *p_options); /* Platform specific function for getting s…
101 extern UINT32 bte_proto_trace_mask;
/system/bt/stack/btm/
Dbtm_int.h180 UINT32 test_local_sign_cntr;
209UINT32 inq_count; /* Used for determining if a response has already been */
218 UINT32 time_of_resp;
219UINT32 inq_count; /* "timestamps" the entry with a particular inquiry count */
272 UINT32 inq_counter; /* Counter incremented each time an inquiry completes */
385 UINT32 xmit_window_size; /* Total SCO window in bytes */
432 UINT32 mx_proto_id; /* Service runs over this multiplexer protocol */
433 UINT32 orig_mx_chan_id; /* Channel on the multiplexer protocol */
434 UINT32 term_mx_chan_id; /* Channel on the multiplexer protocol */
466 UINT32 counter; /* peer sign counter for verifying rcv signed cmd */
[all …]

1234567