Searched refs:checkSubscribeOptions (Results 1 – 2 of 2) sorted by relevance
178 VhalResult<void> checkSubscribeOptions(const std::vector<aidlvhal::SubscribeOptions>& options);
693 VhalResult<void> DefaultVehicleHal::checkSubscribeOptions( in checkSubscribeOptions() function in android::hardware::automotive::vehicle::DefaultVehicleHal770 if (auto result = checkSubscribeOptions(options); !result.ok()) { in subscribe()