HomeSort by relevance Sort by last modified time
    Searched refs:debug_module_list (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 180 kernel_debug_module_t *dm = crypto_kernel.debug_module_list;
236 kernel_debug_module_t *dm = crypto_kernel.debug_module_list;
281 while (crypto_kernel.debug_module_list != NULL) {
282 kernel_debug_module_t *kdm = crypto_kernel.debug_module_list;
283 crypto_kernel.debug_module_list = kdm->next;
527 kdm = crypto_kernel.debug_module_list;
542 new->next = crypto_kernel.debug_module_list;
545 crypto_kernel.debug_module_list = new;
555 kdm = crypto_kernel.debug_module_list;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_kernel.h 113 kernel_debug_module_t *debug_module_list; /* list of all debug modules */ member in struct:__anon17436

Completed in 246 milliseconds