Searched refs:get_status (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | connections.rs | 733 self.process_command_status(cs.get_status(), cs.get_command_op_code(), packet); in process() 737 cc.get_status(), in process() 748 scc.get_status(), in process() 763 rsfc.get_status(), in process() 771 refc.get_status(), in process() 779 lcc.get_status(), in process() 787 lecc.get_status(), in process() 796 lrrfc.get_status(), in process() 966 if ev.get_status() == ErrorCode::Success { in process() 974 self.process_address_auth(ev.get_status(), ev.get_bd_addr(), &packet); in process() [all …]
|
D | collisions.rs | 109 if cs.get_status() == ErrorCode::Success in process() 128 else if cs.get_status() == ErrorCode::CommandDisallowed { in process() 156 if rnr_ev.get_status() != ErrorCode::CommandDisallowed in process() 161 } else if rnr_ev.get_status() == ErrorCode::CommandDisallowed { in process()
|
D | controllers.rs | 122 if ev.get_status() != ErrorCode::Success { in process() 129 if ev.get_status() != ErrorCode::Success { in process()
|
D | informational.rs | 712 if ev.get_status() != ErrorCode::Success { in process() 724 if ev.get_status() != ErrorCode::Success { in process() 748 if ev.get_status() != ErrorCode::Success { in process() 759 if ev.get_status() != ErrorCode::Success { in process() 774 if ev.get_status() != ErrorCode::Success { in process()
|
/packages/services/BuiltInPrintService/jni/include/ |
D | ifc_status_monitor.h | 36 void (*get_status)(const struct ifc_status_monitor_st *this_p, member
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | android_bluetooth_decorator.py | 587 get_status = self._ad.adb.shell(cmd) 588 if isinstance(get_status, bytes): 589 get_status = get_status.decode() 590 return 'true' in get_status
|
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ippstatus_monitor.c | 57 static const ifc_status_monitor_t _status_ifc = {.init = _init, .get_status = _get_status,
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 886 if ((jq->status_ifc != NULL) && (jq->status_ifc->get_status != NULL)) { in _job_thread() 893 jq->status_ifc->get_status(jq->status_ifc, &printer_state); in _job_thread()
|