/packages/modules/Bluetooth/system/ |
D | setup.py | 47 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/ |
D | connection_management_callbacks.h | 41 virtual void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) = 0;
|
D | connection_management_callbacks_mock.h | 39 void, OnModeChange, (ErrorCode status, Mode current_mode, uint16_t interval), (override));
|
D | classic_acl_connection.cc | 76 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/ |
D | acl_hci_link_interface.h | 69 tHCI_MODE current_mode, uint16_t interval);
|
/packages/modules/Bluetooth/system/stack/btu/ |
D | btu_hcif.cc | 1208 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/ |
D | link.cc | 356 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()
|
D | link.h | 173 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) override;
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_legacy_interface.h | 69 tHCI_MODE current_mode, uint16_t interval);
|
D | acl.cc | 569 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/ |
D | btm_pm.cc | 941 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/ |
D | ModePicker.java | 95 mCurrentModeFrame = findViewById(R.id.current_mode); in onFinishInflate()
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 445 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/ |
D | acl_manager_unittest.cc | 348 MOCK_METHOD3(OnModeChange, void(ErrorCode status, Mode current_mode, uint16_t interval));
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 4843 current_mode : Mode,
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 6011 current_mode : Mode,
|