Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs110 enum InterceptAction { enum
147 type InterceptAction; typedef
153 intercept_packet: fn(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction, in StoreCallbacksFromRust()
Darbiter.rs114 fn intercept_packet(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction { in intercept_packet()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.h33 enum class InterceptAction { enum
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/libbluetooth_core_rs_bridge_codegen/gen/gensrcs/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.cc745 using InterceptAction = ::bluetooth::shim::arbiter::InterceptAction; typedef