Searched refs:allow_wake_by_hid (Results 1 – 8 of 8) sorted by relevance
156 def allow_wake_by_hid(self): member in TopshimDevice157 self.__post(self.__adapter.allow_wake_by_hid())
132 async def allow_wake_by_hid(self): member in AdapterClient
53 self.dut().allow_wake_by_hid()
304 fn allow_wake_by_hid(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in allow_wake_by_hid() method305 self.btif_intf.lock().unwrap().allow_wake_by_hid(); in allow_wake_by_hid()
791 static int allow_wake_by_hid() { in allow_wake_by_hid() function1210 .allow_wake_by_hid = allow_wake_by_hid,
257 self.intf.lock().unwrap().allow_wake_by_hid(); in suspend()
941 int (*allow_wake_by_hid)(); member
1423 pub fn allow_wake_by_hid(&self) -> i32 { in allow_wake_by_hid() method1424 ccall!(self, allow_wake_by_hid) in allow_wake_by_hid()