Home
last modified time | relevance | path

Searched defs:debug_cb (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/ext/
Ddebug_report.rs44 let mut debug_cb = mem::zeroed(); in create_debug_report_callback() localVariable
/aosp_15_r20/external/curl/tests/http/clients/
H A Dh2-upgrade-extreme.c56 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function
H A Dupload-pausing.c63 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function
H A Dtls-session-reuse.c57 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function
H A Dh2-pausing.c66 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function
H A Dhx-download.c68 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function
H A Dhx-upload.c68 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() function
/aosp_15_r20/external/crosvm/rutabaga_gfx/ffi/src/include/
H A Drutabaga_gfx_ffi.h217 rutabaga_debug_callback debug_cb; member
/aosp_15_r20/external/crosvm/rutabaga_gfx/ffi/src/
H A Dlib.rs183 pub debug_cb: Option<rutabaga_debug_callback>, field