Home
last modified time | relevance | path

Searched defs:registered_ (Results 1 – 12 of 12) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dkeyboard.h49 static bool registered_; variable
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
Dbeacon_swarm.cc26 bool BeaconSwarm::registered_ = DeviceBoutique::Register(LOG_TAG, &BeaconSwarm::Create); member in test_vendor_lib::BeaconSwarm
Dkeyboard.cc26 bool Keyboard::registered_ = DeviceBoutique::Register(LOG_TAG, &Keyboard::Create); member in test_vendor_lib::Keyboard
Dsniffer.cc29 bool Sniffer::registered_ = DeviceBoutique::Register(LOG_TAG, &Sniffer::Create); member in test_vendor_lib::Sniffer
Dremote_loopback_device.cc35 bool RemoteLoopbackDevice::registered_ = DeviceBoutique::Register(LOG_TAG, &RemoteLoopbackDevice::C… member in test_vendor_lib::RemoteLoopbackDevice
Dloopback.cc29 bool Loopback::registered_ = DeviceBoutique::Register(LOG_TAG, &Loopback::Create); member in test_vendor_lib::Loopback
Dcar_kit.cc29 bool CarKit::registered_ = DeviceBoutique::Register(LOG_TAG, &CarKit::Create); member in test_vendor_lib::CarKit
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