Home
last modified time | relevance | path

Searched defs:new_state (Results 1 – 10 of 10) sorted by relevance

/packages/services/BuiltInPrintService/jni/ipphelper/
Dippstatus_monitor.c196 void (*job_state_cb)(const job_state_dyn_t *new_state, void *param), in _start()
200 job_state_dyn_t old_state, new_state; in _start() local
/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.cc44 void AdapterStateChangedCallback(bt_state_t new_state) { in AdapterStateChangedCallback()
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dcollisions.rs112 let new_state: Option<CollisionState> = match cs.get_command_op_code() { in process() localVariable
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dle_audio_software_hidl.cc262 auto new_state = std::get<0>(result); in IsRequestCompletedAfterUpdate() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp178 FS new_state = gemmlowp::SaturatingAdd( in quantizedLstmStep() local
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_software_aidl.cc333 auto new_state = std::get<0>(result); in IsRequestCompletedAfterUpdate() local
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc1332 auto new_state = ToString(state); in SetTargetState() local
Dstate_machine_test.cc780 LeAudioDeviceGroup* group, uint8_t new_state, in InjectAseStateNotification()
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c633 static void _print_job_state_callback(const job_state_dyn_t *new_state, void *param) { in _print_job_state_callback()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc4889 void tBTM_SEC_CB::change_pairing_state(tBTM_PAIRING_STATE new_state) { in change_pairing_state()