Home
last modified time | relevance | path

Searched defs:Beacon (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dbeacon.cc36 Beacon::Beacon() in Beacon() function in rootcanal::Beacon
46 Beacon::Beacon(const std::vector<std::string>& args) : Beacon() { in Beacon() function in rootcanal::Beacon
/aosp_15_r20/tools/netsim/rust/cli/src/
H A Dargs.rs87 Beacon(Beacon), enumerator
367 pub enum Beacon { enum
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp491 void InstStore::setRmwBeacon(Variable *Beacon) { in setRmwBeacon()
H A DIceInstX8664.cpp113 InstArithmetic::OpKind Op, Variable *Beacon) in InstX86FakeRMW()
H A DIceInstX8632.cpp125 InstArithmetic::OpKind Op, Variable *Beacon) in InstX86FakeRMW()
H A DIceTargetLoweringX8664.cpp632 Variable *Beacon = Func->makeVariable(IceType_i32); in findRMW() local
H A DIceTargetLoweringX8632.cpp623 Variable *Beacon = Func->makeVariable(IceType_i32); in findRMW() local
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp1667 class Beacon class