Searched refs:profile_list (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
D | bluetooth_SDP_ServiceAttributeRequest.py | 264 profile_list = self.get_attribute(self.PNP_INFORMATION_CLASS_ID, 267 if not isinstance(profile_list, list): 269 self.assert_equal(len(profile_list), 1) 271 if not isinstance(profile_list[0], list): 273 self.assert_equal(len(profile_list[0]), 2) 275 self.assert_equal(profile_list[0][0], self.PNP_INFORMATION_CLASS_ID)
|
/external/fio/ |
D | profile.c | 7 static FLIST_HEAD(profile_list); 14 flist_for_each(n, &profile_list) { in find_profile() 72 flist_add_tail(&ops->list, &profile_list); in register_profile()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | va_config.c | 36 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles) in vlVaQueryConfigProfiles() argument 43 profile_list[i++] = VAProfileMPEG2Simple; in vlVaQueryConfigProfiles()
|
D | va_private.h | 73 VAStatus vlVaQueryConfigProfiles (VADriverContextP ctx, VAProfile *profile_list,int *num_profiles);
|