Searched refs:sample_rate_to_hidl_2_1_map (Results 1 – 1 of 1) sorted by relevance
109 sample_rate_to_hidl_2_1_map{ variable210 auto it = sample_rate_to_hidl_2_1_map.find(sample_rate_hz); in to_hidl_sample_rate_2_1()211 if (it != sample_rate_to_hidl_2_1_map.end()) return it->second; in to_hidl_sample_rate_2_1()216 auto it = sample_rate_to_hidl_2_1_map.find(sample_rate_hz); in to_hidl_sample_rate_2_0()217 if (it != sample_rate_to_hidl_2_1_map.end()) in to_hidl_sample_rate_2_0()