Searched refs:policy_array (Results 1 - 2 of 2) sorted by relevance

/external/srtp/test/
H A Dsrtp_driver.c116 * The policy_array is a null-terminated array of policy structs. it
120 extern const srtp_policy_t *policy_array[];
221 const srtp_policy_t **policy = policy_array;
293 const srtp_policy_t **policy = policy_array;
304 const srtp_policy_t **policy = policy_array;
1236 extern const srtp_policy_t *policy_array[];
1242 if ((list == NULL) || (policy_array[0] == NULL))
1250 while (policy_array[i] != NULL) {
1254 memcpy(p, policy_array[i], sizeof(srtp_policy_t));
1528 policy_array[] variable
[all...]
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dsrtp_driver.c122 * The policy_array is a null-terminated array of policy structs. it
126 extern const srtp_policy_t *policy_array[];
227 const srtp_policy_t **policy = policy_array;
317 const srtp_policy_t **policy = policy_array;
328 const srtp_policy_t **policy = policy_array;
1401 extern const srtp_policy_t *policy_array[];
1407 if ((list == NULL) || (policy_array[0] == NULL))
1415 while (policy_array[i] != NULL) {
1419 memcpy(p, policy_array[i], sizeof(srtp_policy_t));
1776 policy_array[] variable
[all...]

Completed in 1041 milliseconds