Searched refs:fbs (Results 1 – 6 of 6) sorted by relevance
30 namespace fbs = ::chre::fbs; variable75 void handleNanoappMessage(const ::chre::fbs::NanoappMessageT &message) override;78 void handleNanoappListResponse(const ::chre::fbs::NanoappListResponseT &response) override;
94 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()
39 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()
38 void handleNanoappMessage(const ::chre::fbs::NanoappMessageT &message) override;39 void handleNanoappListResponse(const ::chre::fbs::NanoappListResponseT &response) override;
170 "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",
25 /// audio_set_configurations.fbs schema and loaded from a different source file.