Home
last modified time | relevance | path

Searched refs:ringbuffer_pop (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/bt/osi/test/
H A Dringbuffer_test.cc106 size_t popped = ringbuffer_pop(rb, peek, 7); in TEST()
132 popped = ringbuffer_pop(rb, peek, 16); in TEST()
/aosp12/system/nfc/utils/test/
H A Dringbuffer_test.cc105 size_t popped = ringbuffer_pop(rb, peek, 7); in TEST()
131 popped = ringbuffer_pop(rb, peek, 16); in TEST()
/aosp12/system/bt/btif/src/
H A Dbtif_debug_btsnoop.cc61 ringbuffer_pop(buffer, (uint8_t*)&header, sizeof(btsnooz_header_t)); in btsnoop_cb()
241 size_t read = ringbuffer_pop(ringbuffer, b64_in, 3); in btif_debug_btsnoop_dump()
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
H A Dringbuffer.h58 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length);
H A Dringbuffer.cpp106 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length) { in ringbuffer_pop() function
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
H A Dringbuffer.h58 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length);
H A Dringbuffer.cpp106 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length) { in ringbuffer_pop() function
/aosp12/system/bt/osi/include/
H A Dringbuffer.h58 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length);
/aosp12/system/nfc/utils/include/
H A Dringbuffer.h58 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length);
/aosp12/system/nfc/src/adaptation/
H A Ddebug_nfcsnoop.cc69 ringbuffer_pop(buffer, (uint8_t*)&header, sizeof(nfcsnooz_header_t)); in nfcsnoop_cb()
201 size_t read = ringbuffer_pop(ringbuffer, b64_in, 3); in debug_nfcsnoop_dump()
/aosp12/system/nfc/utils/test/ringbuffer_fuzzer/
H A Dringbuffer_fuzzer.cpp68 ringbuffer_pop(buffer, copy_buffer, bytes_to_grab); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/osi/src/
H A Dringbuffer.cc106 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length) { in ringbuffer_pop() function
/aosp12/system/bt/osi/test/fuzzers/ringbuffer/
H A Dfuzz_ringbuffer.cc126 ringbuffer_pop(buf, reinterpret_cast<uint8_t*>(dst_buf), size); in callArbitraryFunction()
/aosp12/system/nfc/utils/
H A Dringbuffer.cc108 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length) { in ringbuffer_pop() function
/aosp12/system/bt/test/stub/
H A Dosi.cc581 size_t ringbuffer_pop(ringbuffer_t* rb, uint8_t* p, size_t length) { in ringbuffer_pop() function