Searched refs:current_mode (Results 1 – 14 of 14) sorted by relevance
/system/bt/gd/ |
D | setup.py | 55 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/ |
D | connection_management_callbacks.h | 40 virtual void OnModeChange(Mode current_mode, uint16_t interval) = 0;
|
D | classic_acl_connection.cc | 67 void OnModeChange(Mode current_mode, uint16_t interval) override { in OnModeChange() argument 68 SAVE_OR_CALL(OnModeChange, current_mode, interval) in OnModeChange()
|
D | classic_impl.h | 370 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/ |
D | adfhwc.cpp | 102 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/ |
D | adf.h | 328 struct drm_mode_modeinfo current_mode; member
|
/system/core/deprecated-adf/libadf/include/video/ |
D | adf.h | 170 struct drm_mode_modeinfo current_mode; member
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 333 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()
|
D | link.h | 158 void OnModeChange(hci::Mode current_mode, uint16_t interval) override;
|
/system/core/deprecated-adf/libadf/tests/ |
D | adf_test.cpp | 88 w = data.current_mode.hdisplay; in getCurrentMode() 89 h = data.current_mode.vdisplay; in getCurrentMode()
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 412 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/ |
D | btu_hcif.cc | 1784 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/ |
D | acl_manager_test.cc | 489 MOCK_METHOD2(OnModeChange, void(Mode current_mode, uint16_t interval));
|
D | hci_packets.pdl | 4001 current_mode : Mode,
|