Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/ipphelper/
Dippstatus_monitor.c194 void (*job_state_cb)(const job_state_dyn_t *new_state, void *param), in _start()
198 job_state_dyn_t old_state, new_state; in _start() local
/packages/modules/Bluetooth/system/service/common/android/bluetooth/
DIBluetoothCallback.aidl22 void OnBluetoothStateChange(int prev_state, int new_state); in OnBluetoothStateChange()
/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.cc123 void BluetoothTest::AdapterStateChangedCallback(bt_state_t new_state) { in AdapterStateChangedCallback()
/packages/modules/Bluetooth/system/service/test/
Dadapter_unittest.cc92 bluetooth::AdapterState new_state) override { in OnAdapterStateChanged()
/packages/modules/Bluetooth/system/tools/bdtool/
Dadapter.c80 void adapter_state_changed(bt_state_t new_state) { in adapter_state_changed()
/packages/modules/Bluetooth/system/service/
Dadapter.cc153 AdapterState new_state) { in OnAdapterStateChanged()
746 AdapterState new_state) { in NotifyAdapterStateChanged()
/packages/modules/Bluetooth/system/service/ipc/binder/
Dbluetooth_binder_server.cc387 bluetooth::AdapterState new_state) { in OnAdapterStateChanged()
/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp178 FS new_state = gemmlowp::SaturatingAdd( in quantizedLstmStep() local
/packages/modules/Bluetooth/system/service/client/
Dmain.cc155 int32_t new_state) override { in OnBluetoothStateChange()
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c662 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.cc4672 static void btm_sec_change_pairing_state(tBTM_PAIRING_STATE new_state) { in btm_sec_change_pairing_state()
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine_test.cc540 LeAudioDeviceGroup* group, uint8_t new_state, in InjectAseStateNotification()