Searched refs:dumpWatchedEventsToVector (Results 1 – 11 of 11) sorted by relevance
153 status_t CameraOfflineSessionClient::dumpWatchedEventsToVector(std::vector<std::string> &out) { in dumpWatchedEventsToVector() function in android::CameraOfflineSessionClient154 return BasicClient::dumpWatchedEventsToVector(out); in dumpWatchedEventsToVector()
81 status_t dumpWatchedEventsToVector(std::vector<std::string> &out) override;
220 virtual status_t dumpWatchedEventsToVector(std::vector<std::string> &out);
2024 status_t CameraDeviceClient::dumpWatchedEventsToVector(std::vector<std::string> &out) { in dumpWatchedEventsToVector() function in android::CameraDeviceClient2029 device->dumpWatchedEventsToVector(out); in dumpWatchedEventsToVector()
76 virtual status_t dumpWatchedEventsToVector(std::vector<std::string> &out) override;
224 status_t Camera2ClientBase<TClientBase>::dumpWatchedEventsToVector(std::vector<std::string> &out) { in dumpWatchedEventsToVector() function in android::Camera2ClientBase230 return device->dumpWatchedEventsToVector(out); in dumpWatchedEventsToVector()
98 virtual status_t dumpWatchedEventsToVector(std::vector<std::string> &out) = 0;
126 status_t dumpWatchedEventsToVector(std::vector<std::string> &out) override;
672 status_t Camera3Device::dumpWatchedEventsToVector(std::vector<std::string> &out) { in dumpWatchedEventsToVector() function in android::Camera3Device
367 virtual status_t dumpWatchedEventsToVector(std::vector<std::string> &out);
4205 status_t CameraService::BasicClient::dumpWatchedEventsToVector(std::vector<std::string> &) { in dumpWatchedEventsToVector() function in android::CameraService::BasicClient5556 client->dumpWatchedEventsToVector(dumpVector); in cacheClientTagDumpIfNeeded()6336 client->dumpWatchedEventsToVector(dumpVector); in printWatchedTags()6511 client->dumpWatchedEventsToVector(latestEvents); in printWatchedTagsUntilInterrupt()