Home
last modified time | relevance | path

Searched refs:ScriptedBeacon (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Dscripted_beacon.cc32 bool ScriptedBeacon::registered_ =
33 DeviceBoutique::Register("scripted_beacon", &ScriptedBeacon::Create);
34 ScriptedBeacon::ScriptedBeacon() { in ScriptedBeacon() function in test_vendor_lib::ScriptedBeacon
78 void ScriptedBeacon::Initialize(const vector<std::string>& args) { in Initialize()
99 void ScriptedBeacon::populate_event(PlaybackEvent * event, PlaybackEvent::PlaybackEventType type) { in populate_event()
107 void ScriptedBeacon::set_state(PlaybackEvent::PlaybackEventType state) { in set_state()
122 void ScriptedBeacon::TimerTick() { in TimerTick()
196 void ScriptedBeacon::IncomingPacket( in IncomingPacket()
213 void ScriptedBeacon::get_next_advertisement() { in get_next_advertisement()
H A Dscripted_beacon.h30 class ScriptedBeacon : public Beacon {
32 ScriptedBeacon();
33 virtual ~ScriptedBeacon() = default;
36 return std::make_shared<ScriptedBeacon>(); in Create()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dtest_model.cc73 example_devices_.push_back(std::make_shared<ScriptedBeacon>()); in TestModel()