Searched refs:p_seq_end (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/sdp/
H A Dsdp_utils.cc327 uint8_t* p_seq_end; local
375 p_seq_end = p + seq_len;
378 for (; p < p_seq_end;) {
396 if (p + sizeof(uint8_t) > p_seq_end) return NULL;
400 if (p + sizeof(uint16_t) > p_seq_end) return NULL;
404 if (p + sizeof(uint32_t) > p_seq_end) return NULL;
413 (p + uuid_len <= p_seq_end)) {
425 if (p != p_seq_end) return (NULL);
H A Dsdp_discovery.cc696 uint8_t type, *p_seq_end; local
719 p_seq_end = p + seq_len;
721 while (p < p_seq_end) {

Completed in 175 milliseconds