Home
last modified time | relevance | path

Searched refs:btstack_memory_avdtp_stream_endpoint_free (Results 1 – 4 of 4) sorted by relevance

/btstack/src/
H A Dbtstack_memory.h144 void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint);
H A Dbtstack_memory.c947 void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint){ in btstack_memory_avdtp_stream_endpoint_free() function
954 void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint){ in btstack_memory_avdtp_stream_endpoint_free() function
975 void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint){ in btstack_memory_avdtp_stream_endpoint_free() function
/btstack/test/btstack_memory/
H A Dbtstack_memory_test.cpp691 btstack_memory_avdtp_stream_endpoint_free(context); in TEST()
697 btstack_memory_avdtp_stream_endpoint_free(context); in TEST()
702 btstack_memory_avdtp_stream_endpoint_free(context); in TEST()
/btstack/src/classic/
H A Davdtp.c573 btstack_memory_avdtp_stream_endpoint_free(stream_endpoint); in avdtp_finalize_stream_endpoint()