HomeSort by relevance Sort by last modified time
    Searched defs:pQueue (Results 1 - 4 of 4) sorted by null

  /hardware/nxp/nfc/halimpl/tml/
phDal4Nfc_messageQueueLib.cc 50 ** Returns (int) value of pQueue if successful
55 phDal4Nfc_message_queue_t* pQueue;
58 pQueue =
60 if (pQueue == NULL) return -1;
61 memset(pQueue, 0, sizeof(phDal4Nfc_message_queue_t));
62 if (pthread_mutex_init(&pQueue->nCriticalSectionMutex, NULL) == -1) {
63 free(pQueue);
66 if (sem_init(&pQueue->nProcessSemaphore, 0, 0) == -1) {
67 free(pQueue);
71 return ((intptr_t)pQueue);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
swapchain.cpp     [all...]
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]

Completed in 199 milliseconds