Searched refs:specifier (Results 1 – 4 of 4) sorted by relevance
95 RadioAccessSpecifier specifier; in TEST_P() local96 specifier.radioAccessNetwork = RadioAccessNetworks::GERAN; in TEST_P()97 specifier.geranBands.resize(2); in TEST_P()98 specifier.geranBands[0] = GeranBands::BAND_450; in TEST_P()99 specifier.geranBands[1] = GeranBands::BAND_480; in TEST_P()100 specifier.channels.resize(2); in TEST_P()101 specifier.channels[0] = 1; in TEST_P()102 specifier.channels[1] = 2; in TEST_P()104 request.specifiers[0] = specifier; in TEST_P()
225 * This is a pair of the field specifier together with an optional supported
261 * This is a pair of the field specifier together with an optional supported
813 const hidl_vec<::android::hardware::radio::V1_5::RadioAccessSpecifier>& specifier);