Home
last modified time | relevance | path

Searched refs:checkSubscribeOptions (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h178 VhalResult<void> checkSubscribeOptions(const std::vector<aidlvhal::SubscribeOptions>& options);
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp693 VhalResult<void> DefaultVehicleHal::checkSubscribeOptions( in checkSubscribeOptions() function in android::hardware::automotive::vehicle::DefaultVehicleHal
770 if (auto result = checkSubscribeOptions(options); !result.ok()) { in subscribe()