Searched refs:NotifyOutput (Results 1 – 4 of 4) sorted by relevance
45 virtual int32_t NotifyOutput(const std::shared_ptr<Plugin::Buffer>& data);
587 int32_t ret = NotifyOutput(data); in PostOutputEvent()595 int32_t OutputController::NotifyOutput(const std::shared_ptr<Plugin::Buffer>& data) in NotifyOutput() function in OHOS::DistributedHardware::OutputController
246 int32_t ret = controller->NotifyOutput(data);
299 int32_t ret = plugin->controller_->NotifyOutput(data);