Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_device.py156 def allow_wake_by_hid(self): member in TopshimDevice
157 self.__post(self.__adapter.allow_wake_by_hid())
Dadapter_client.py132 async def allow_wake_by_hid(self): member in AdapterClient
/packages/modules/Bluetooth/system/blueberry/tests/topshim/power/
Dsuspend_test.py53 self.dut().allow_wake_by_hid()
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs304 fn allow_wake_by_hid(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in allow_wake_by_hid() method
305 self.btif_intf.lock().unwrap().allow_wake_by_hid(); in allow_wake_by_hid()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc791 static int allow_wake_by_hid() { in allow_wake_by_hid() function
1210 .allow_wake_by_hid = allow_wake_by_hid,
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs257 self.intf.lock().unwrap().allow_wake_by_hid(); in suspend()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h941 int (*allow_wake_by_hid)(); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1423 pub fn allow_wake_by_hid(&self) -> i32 { in allow_wake_by_hid() method
1424 ccall!(self, allow_wake_by_hid) in allow_wake_by_hid()