Home
last modified time | relevance | path

Searched defs:SuspendType (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs37 fn suspend(&mut self, suspend_type: SuspendType, suspend_id: i32); in suspend()
104 pub enum SuspendType { enum
224 fn suspend(&mut self, suspend_type: SuspendType, suspend_id: i32) { in suspend()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Ddbus_iface.rs58 fn suspend(&mut self, _suspend_type: SuspendType, suspend_id: i32) { in suspend()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs1021 fn suspend(&mut self, suspend_type: SuspendType, suspend_id: i32) { in suspend()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExprCXX.h5107 auto SuspendType = SuspendExpr->getType(); in getSuspendReturnType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExprCXX.h5138 auto SuspendType = SuspendExpr->getType(); in getSuspendReturnType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExprCXX.h5107 auto SuspendType = SuspendExpr->getType(); in getSuspendReturnType() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2354 fn suspend(&mut self, _suspend_type: SuspendType, suspend_id: i32) { in suspend()