Home
last modified time | relevance | path

Searched defs:capture_thread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c122 static void* capture_thread(void* arg) in capture_thread() function
/aosp_15_r20/external/libpcap/testprogs/
H A Dthreadsignaltest.c191 THREAD_HANDLE capture_thread; in main() local
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp304 std::thread capture_thread([this, &audio_client]() { in Loop() local
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/decoder/
Dstateful.rs1 mod capture_thread; module