Home
last modified time | relevance | path

Searched refs:current_mode (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dconnection_management_callbacks.h41 virtual void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) = 0;
Dconnection_management_callbacks_mock.h38 MOCK_METHOD(void, OnModeChange, (ErrorCode status, Mode current_mode, uint16_t interval),
Dclassic_acl_connection.cc78 void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) override { in OnModeChange() argument
79 SAVE_OR_CALL(OnModeChange, status, current_mode, interval) in OnModeChange()
/packages/modules/Bluetooth/system/stack/include/
Dacl_hci_link_interface.h62 void btm_pm_on_mode_change(tHCI_STATUS status, uint16_t handle, tHCI_MODE current_mode,
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc1180 uint8_t current_mode; in btu_hcif_mode_change_evt() local
1186 STREAM_TO_UINT8(current_mode, p); in btu_hcif_mode_change_evt()
1190 static_cast<tHCI_MODE>(current_mode), interval); in btu_hcif_mode_change_evt()
1193 hidd_pm_proc_mode_change(status, current_mode, interval); in btu_hcif_mode_change_evt()
/packages/modules/Bluetooth/system/main/shim/
Dacl_interface.h59 void (*on_mode_change)(tHCI_STATUS status, uint16_t handle, tHCI_MODE current_mode,
Dacl.cc533 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) override { in OnModeChange() argument
535 ToLegacyHciMode(current_mode), interval); in OnModeChange()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc928 void btm_pm_on_mode_change(tHCI_STATUS status, uint16_t handle, tHCI_MODE current_mode, in btm_pm_on_mode_change() argument
931 btm_pm_proc_mode_change(status, handle, current_mode, interval); in btm_pm_on_mode_change()
/packages/apps/LegacyCamera/src/com/android/camera/
DModePicker.java95 mCurrentModeFrame = findViewById(R.id.current_mode); in onFinishInflate()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc331 MOCK_METHOD3(OnModeChange, void(ErrorCode status, Mode current_mode, uint16_t interval));
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl5530 current_mode : Mode,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl6041 current_mode : Mode,