Searched refs:current_mode (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | connection_management_callbacks.h | 41 virtual void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) = 0;
|
D | connection_management_callbacks_mock.h | 38 MOCK_METHOD(void, OnModeChange, (ErrorCode status, Mode current_mode, uint16_t interval),
|
D | classic_acl_connection.cc | 78 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/ |
D | acl_hci_link_interface.h | 62 void btm_pm_on_mode_change(tHCI_STATUS status, uint16_t handle, tHCI_MODE current_mode,
|
/packages/modules/Bluetooth/system/stack/btu/ |
D | btu_hcif.cc | 1180 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/ |
D | acl_interface.h | 59 void (*on_mode_change)(tHCI_STATUS status, uint16_t handle, tHCI_MODE current_mode,
|
D | acl.cc | 533 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/ |
D | btm_pm.cc | 928 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/ |
D | ModePicker.java | 95 mCurrentModeFrame = findViewById(R.id.current_mode); in onFinishInflate()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 331 MOCK_METHOD3(OnModeChange, void(ErrorCode status, Mode current_mode, uint16_t interval));
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 5530 current_mode : Mode,
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 6041 current_mode : Mode,
|