Searched defs:StateId (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/common/ | ||
D | state_machine.h | 68 int StateId() const { return state_id_; } in StateId() function |
/aosp_15_r20/packages/modules/Bluetooth/system/audio/asrc/ | ||
D | asrc_resampler.cc | 41 enum class StateId { RESET, WARMUP, RUNNING }; enum in bluetooth::audio::asrc::SourceAudioHalAsrc::ClockRecovery |