Home
last modified time | relevance | path

Searched refs:fbs (Results 1 – 6 of 6) sorted by relevance

/hardware/google/pixel/vibrator/common/
DCapoDetector.h30 namespace fbs = ::chre::fbs; variable
75 void handleNanoappMessage(const ::chre::fbs::NanoappMessageT &message) override;
78 void handleNanoappListResponse(const ::chre::fbs::NanoappListResponseT &response) override;
DCapoDetector.cpp94 void CapoDetector::handleNanoappMessage(const fbs::NanoappMessageT &message) { in handleNanoappMessage()
148 void CapoDetector::handleNanoappListResponse(const fbs::NanoappListResponseT &response) { in handleNanoappListResponse()
149 for (const std::unique_ptr<fbs::NanoappListEntryT> &nanoapp : response.nanoapps) { in handleNanoappListResponse()
/hardware/google/pixel/pixelstats/
DDropDetect.cpp39 namespace fbs = ::chre::fbs;
116 void DropDetect::handleNanoappListResponse(const fbs::NanoappListResponseT &response) { in handleNanoappListResponse()
117 for (const std::unique_ptr<fbs::NanoappListEntryT> &nanoapp : response.nanoapps) { in handleNanoappListResponse()
187 void DropDetect::handleNanoappMessage(const fbs::NanoappMessageT &message) { in handleNanoappMessage()
/hardware/google/pixel/pixelstats/include/pixelstats/
DDropDetect.h38 void handleNanoappMessage(const ::chre::fbs::NanoappMessageT &message) override;
39 void handleNanoappListResponse(const ::chre::fbs::NanoappListResponseT &response) override;
/hardware/interfaces/bluetooth/audio/utils/
DAndroid.bp170 "le_audio_configuration_set/audio_set_configurations.fbs",
171 "le_audio_configuration_set/audio_set_scenarios.fbs",
187 "le_audio_configuration_set/audio_set_scenarios.fbs",
201 "le_audio_configuration_set/audio_set_configurations.fbs",
/hardware/interfaces/bluetooth/audio/utils/le_audio_configuration_set/
Daudio_set_scenarios.fbs25 /// audio_set_configurations.fbs schema and loaded from a different source file.