Home
last modified time | relevance | path

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

/system/bt/gd/
Dsetup.py55 current_mode = os.stat(file).st_mode
56 new_mode = current_mode | stat.S_IEXEC
58 …log.log(log.INFO, "Changed file mode of %s from %s to %s" % (file, oct(current_mode), oct(new_mode…
/system/bt/gd/hci/acl_manager/
Dconnection_management_callbacks.h40 virtual void OnModeChange(Mode current_mode, uint16_t interval) = 0;
Dclassic_acl_connection.cc67 void OnModeChange(Mode current_mode, uint16_t interval) override { in OnModeChange() argument
68 SAVE_OR_CALL(OnModeChange, current_mode, interval) in OnModeChange()
Dclassic_impl.h370 Mode current_mode = mode_change_view.GetCurrentMode(); in on_mode_change() local
372 acl_connection.connection_management_callbacks_->OnModeChange(current_mode, interval); in on_mode_change()
/system/core/deprecated-adf/libadfhwc/
Dadfhwc.cpp102 unique_configs.push_back(&data.current_mode); in adf_getDisplayConfigs()
104 if (memcmp(&data.available_modes[i], &data.current_mode, in adf_getDisplayConfigs()
105 sizeof(data.current_mode))) in adf_getDisplayConfigs()
/system/core/deprecated-adf/libadf/original-kernel-headers/video/
Dadf.h328 struct drm_mode_modeinfo current_mode; member
/system/core/deprecated-adf/libadf/include/video/
Dadf.h170 struct drm_mode_modeinfo current_mode; member
/system/bt/gd/l2cap/classic/internal/
Dlink.cc333 void Link::OnModeChange(hci::Mode current_mode, uint16_t interval) { in OnModeChange() argument
334 …LOG_DEBUG("UNIMPLEMENTED %s mode:%s interval:%d", __func__, hci::ModeText(current_mode).c_str(), i… in OnModeChange()
Dlink.h158 void OnModeChange(hci::Mode current_mode, uint16_t interval) override;
/system/core/deprecated-adf/libadf/tests/
Dadf_test.cpp88 w = data.current_mode.hdisplay; in getCurrentMode()
89 h = data.current_mode.vdisplay; in getCurrentMode()
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc412 void OnModeChange(Mode current_mode, uint16_t interval) override { in OnModeChange() argument
413 LOG_DEBUG("OnModeChange Mode:%d, interval:%d", (uint8_t)current_mode, interval); in OnModeChange()
/system/bt/stack/btu/
Dbtu_hcif.cc1784 uint8_t current_mode; in btu_hcif_mode_change_evt() local
1790 STREAM_TO_UINT8(current_mode, p); in btu_hcif_mode_change_evt()
1793 btm_pm_proc_mode_change(status, handle, current_mode, interval); in btu_hcif_mode_change_evt()
1796 hidd_pm_proc_mode_change(status, current_mode, interval); in btu_hcif_mode_change_evt()
/system/bt/gd/hci/
Dacl_manager_test.cc489 MOCK_METHOD2(OnModeChange, void(Mode current_mode, uint16_t interval));
Dhci_packets.pdl4001 current_mode : Mode,