Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/
Dsetup.py47 current_mode = os.stat(file).st_mode
48 new_mode = current_mode | stat.S_IEXEC
50 …log.log(log.INFO, "Changed file mode of %s from %s to %s" % (file, oct(current_mode), oct(new_mode…
/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.h39 void, OnModeChange, (ErrorCode status, Mode current_mode, uint16_t interval), (override));
Dclassic_acl_connection.cc76 void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) override { in OnModeChange() argument
77 SAVE_OR_CALL(OnModeChange, status, current_mode, interval) in OnModeChange()
/packages/modules/Bluetooth/system/stack/include/
Dacl_hci_link_interface.h69 tHCI_MODE current_mode, uint16_t interval);
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc1208 uint8_t current_mode; in btu_hcif_mode_change_evt() local
1214 STREAM_TO_UINT8(current_mode, p); in btu_hcif_mode_change_evt()
1218 static_cast<tHCI_MODE>(current_mode), interval); in btu_hcif_mode_change_evt()
1221 hidd_pm_proc_mode_change(status, current_mode, interval); in btu_hcif_mode_change_evt()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc356 void Link::OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) { in OnModeChange() argument
357 link_manager_->OnModeChange(status, GetDevice().GetAddress(), current_mode, interval); in OnModeChange()
Dlink.h173 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) override;
/packages/modules/Bluetooth/system/main/shim/
Dacl_legacy_interface.h69 tHCI_MODE current_mode, uint16_t interval);
Dacl.cc569 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, in OnModeChange() argument
572 handle_, ToLegacyHciMode(current_mode), interval); in OnModeChange()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc941 tHCI_MODE current_mode, uint16_t interval) { in btm_pm_on_mode_change() argument
943 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/facade/
Dacl_manager_facade.cc445 void OnModeChange(ErrorCode /* status */, Mode current_mode, uint16_t interval) override { in OnModeChange() argument
446 log::info("OnModeChange Mode:{}, interval:{}", (uint8_t)current_mode, interval); in OnModeChange()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc348 MOCK_METHOD3(OnModeChange, void(ErrorCode status, Mode current_mode, uint16_t interval));
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl4843 current_mode : Mode,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl6011 current_mode : Mode,