Home
last modified time | relevance | path

Searched refs:registered_ (Results 1 – 18 of 18) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dclassic.h44 static bool registered_;
Dbeacon_swarm.h47 static bool registered_;
Dsniffer.h50 static bool registered_;
Dkeyboard.h49 static bool registered_; variable
Dremote_loopback_device.h47 static bool registered_;
Dloopback.h50 static bool registered_;
Dbeacon.h51 static bool registered_;
Dcar_kit.h54 static bool registered_; variable
Dbroken_adv.h58 static bool registered_; variable
Dclassic.cc27 bool Classic::registered_ = DeviceBoutique::Register(LOG_TAG, &Classic::Create); member in test_vendor_lib::Classic
Dsniffer.cc29 bool Sniffer::registered_ = DeviceBoutique::Register(LOG_TAG, &Sniffer::Create); member in test_vendor_lib::Sniffer
Dkeyboard.cc26 bool Keyboard::registered_ = DeviceBoutique::Register(LOG_TAG, &Keyboard::Create); member in test_vendor_lib::Keyboard
Dbeacon_swarm.cc26 bool BeaconSwarm::registered_ = DeviceBoutique::Register(LOG_TAG, &BeaconSwarm::Create); member in test_vendor_lib::BeaconSwarm
Dremote_loopback_device.cc35 bool RemoteLoopbackDevice::registered_ = DeviceBoutique::Register(LOG_TAG, &RemoteLoopbackDevice::C… member in test_vendor_lib::RemoteLoopbackDevice
Dcar_kit.cc29 bool CarKit::registered_ = DeviceBoutique::Register(LOG_TAG, &CarKit::Create); member in test_vendor_lib::CarKit
Dloopback.cc29 bool Loopback::registered_ = DeviceBoutique::Register(LOG_TAG, &Loopback::Create); member in test_vendor_lib::Loopback
Dbeacon.cc29 bool Beacon::registered_ = DeviceBoutique::Register(LOG_TAG, &Beacon::Create); member in test_vendor_lib::Beacon
Dbroken_adv.cc28 bool BrokenAdv::registered_ = DeviceBoutique::Register(LOG_TAG, &BrokenAdv::Create); member in test_vendor_lib::BrokenAdv