HomeSort by relevance Sort by last modified time
    Searched refs:p_seq_end (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/sdp/
sdp_utils.cc 328 uint8_t* p_seq_end; local
376 p_seq_end = p + seq_len;
379 for (; p < p_seq_end;) {
397 if (p + sizeof(uint8_t) > p_seq_end) return NULL;
401 if (p + sizeof(uint16_t) > p_seq_end) return NULL;
405 if (p + sizeof(uint32_t) > p_seq_end) return NULL;
414 (p + uuid_len <= p_seq_end)) {
426 if (p != p_seq_end) return (NULL);
sdp_discovery.cc 718 uint8_t type, *p_seq_end; local
741 p_seq_end = p + seq_len;
743 while (p < p_seq_end) {

Completed in 3874 milliseconds