Lines Matching defs:response
51 prop_dictionary_t request, response;
79 HDAUDIO_FGRP_CODEC_INFO, &response);
86 prop_dictionary_get_uint16(response, "vendor-id", &vendor);
87 prop_dictionary_get_uint16(response, "product-id", &product);
95 HDAUDIO_FGRP_WIDGET_INFO, &response);
98 prop_dictionary_get_string(response, "name", &name);
99 prop_dictionary_get_uint32(response, "cap", &cap);
100 prop_dictionary_get_uint32(response, "config", &config);
101 prop_dictionary_get_uint8(response, "type", &type);
102 prop_dictionary_get_uint8(response, "nid", &nid);
155 connlist = prop_dictionary_get(response, "connlist");
167 prop_object_release(response);
174 HDAUDIO_AFG_WIDGET_INFO, &response);
177 prop_dictionary_get_string(response, "name", &name);
178 prop_dictionary_get_uint8(response, "type", &type);
179 prop_dictionary_get_uint8(response, "nid", &nid);
189 prop_object_release(response);
197 HDAUDIO_AFG_WIDGET_INFO, &response);
200 prop_dictionary_get_string(response, "name", &name);
201 prop_dictionary_get_uint8(response, "type", &type);
202 prop_dictionary_get_uint8(response, "nid", &nid);
211 prop_object_release(response);