/system/bt/service/common/bluetooth/ |
D | advertise_settings.h | 31 enum Mode { enum 64 AdvertiseSettings(Mode mode, base::TimeDelta timeout, 75 Mode mode() const { return mode_; } in mode() 90 Mode mode_;
|
D | scan_settings.h | 29 enum Mode { enum 116 ScanSettings(Mode mode, CallbackTypeBitField callback_type, 122 Mode mode() const { return mode_; } in mode() 123 void set_mode(Mode mode) { mode_ = mode; } in set_mode() 153 Mode mode_;
|
D | advertise_settings.cc | 21 AdvertiseSettings::AdvertiseSettings(Mode mode, base::TimeDelta timeout, in AdvertiseSettings()
|
D | scan_settings.cc | 27 ScanSettings::ScanSettings(Mode mode, CallbackTypeBitField callback_type, in ScanSettings()
|
/system/core/libprocessgroup/profiles/ |
D | cgroups.proto | 31 string mode = 3 [json_name = "Mode"]; 39 string mode = 2 [json_name = "Mode"];
|
/system/bt/doc/ |
D | pts_guide.md | 1 # Fluoride Bluetooth Profile Tuning Suite (PTS) Test Mode 7 ## PTS Test Mode system property
|
/system/bt/service/common/android/bluetooth/ |
D | advertise_settings.cc | 43 mode_ = static_cast<AdvertiseSettings::Mode>(value); in readFromParcel()
|
D | scan_settings.cc | 54 mode_ = static_cast<ScanSettings::Mode>(value); in readFromParcel()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | app.te | 1 # Allow apps to read the Test Harness Mode property. This property is used in
|
D | adbd.te | 96 # Read whether or not Test Harness Mode is enabled
|
/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()
|
D | classic_impl.h | 370 Mode current_mode = mode_change_view.GetCurrentMode(); in on_mode_change()
|
/system/tools/hidl/build/ |
D | hidl_interface.go | 377 Mode string member 417 "mode": g.properties.Mode, 849 Mode: "DRIVER", 858 Mode: "DRIVER", 881 Mode: "PROFILER", 890 Mode: "PROFILER",
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | app.te | 1 # Allow apps to read the Test Harness Mode property. This property is used in
|
D | adbd.te | 99 # Read whether or not Test Harness Mode is enabled
|
/system/sepolicy/private/ |
D | app.te | 1 # Allow apps to read the Test Harness Mode property. This property is used in
|
D | adbd.te | 102 # Read whether or not Test Harness Mode is enabled
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 489 MOCK_METHOD2(OnModeChange, void(Mode current_mode, uint16_t interval)); 927 EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(Mode::HOLD, 0x0020)); in TEST_F() 928 …test_hci_layer_->IncomingEvent(ModeChangeBuilder::Create(ErrorCode::SUCCESS, handle_, Mode::HOLD, … in TEST_F() 942 EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(Mode::SNIFF, 0x0028)); in TEST_F() 943 …test_hci_layer_->IncomingEvent(ModeChangeBuilder::Create(ErrorCode::SUCCESS, handle_, Mode::SNIFF,… in TEST_F() 953 EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(Mode::ACTIVE, 0x00)); in TEST_F() 954 …test_hci_layer_->IncomingEvent(ModeChangeBuilder::Create(ErrorCode::SUCCESS, handle_, Mode::ACTIVE… in TEST_F()
|
D | hci_packets.pdl | 3991 enum Mode : 8 { 4001 current_mode : Mode,
|
/system/bt/service/ |
D | low_energy_advertiser.cc | 47 int GetAdvertisingIntervalUnit(AdvertiseSettings::Mode mode) { in GetAdvertisingIntervalUnit()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.h | 158 void OnModeChange(hci::Mode current_mode, uint16_t interval) override;
|
D | link.cc | 333 void Link::OnModeChange(hci::Mode current_mode, uint16_t interval) { in OnModeChange()
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 236 "Enhanced Retransmission Mode")
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 412 void OnModeChange(Mode current_mode, uint16_t interval) override { in OnModeChange()
|