Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 8 of 8) sorted by relevance

/system/bt/hci/include/
Dbtsnoop.h36 void (*capture)(const BT_HDR *packet, bool is_received); member
/system/security/keystore/tests/
DMakefile84 lcov --capture --directory=. --directory=.. -b . --output-file coverage.info
89 lcov --capture --directory=. --output-file coverage.info
/system/bt/hci/src/
Dbtsnoop.c103 static void capture(const BT_HDR *buffer, bool is_received) { in capture() function
131 capture
Dhci_layer.c507 btsnoop->capture(packet, false); in transmit_fragment()
620 btsnoop->capture(incoming->buffer, true); in hal_says_data_ready()
/system/sepolicy/
Daudioserver.te19 # used for TEE sink - pcm capture for debug.
/system/keymaster/
DMakefile162 lcov --capture --directory=. --output-file coverage.info
167 lcov --capture --directory=. --output-file coverage.info
/system/connectivity/shill/doc/
Dprofile-api.txt17 automated tests push a "throw away profile" to capture state generated
/system/bt/hci/test/
Dhci_layer_test.cpp557 btsnoop.capture = btsnoop_capture;