Home
last modified time | relevance | path

Searched refs:phOsal_LogError (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
H A DphOsal_Posix.cpp58 phOsal_LogError((const uint8_t*)"Osal>Unable to create Thread"); in phOsal_ThreadCreate()
82 phOsal_LogError((const uint8_t*)"Osal>Unable to delete Thread"); in phOsal_ThreadDelete()
155 phOsal_LogError( in phOsal_SemaphoreCreate()
186 phOsal_LogError((const uint8_t*)"Osal> error in sem Post"); in phOsal_SemaphorePost()
209 phOsal_LogError( in phOsal_SemaphoreWait()
217 phOsal_LogError( in phOsal_SemaphoreWait()
228 phOsal_LogError( in phOsal_SemaphoreWait()
238 phOsal_LogError((const uint8_t*)"Osal>sem_timedwait"); in phOsal_SemaphoreWait()
277 phOsal_LogError((const uint8_t*)"Osal>Invalid Mutex Handle"); in phOsal_MutexCreate()
301 phOsal_LogError((const uint8_t*)"Osal>Invalid Mutex Handle"); in phOsal_MutexLock()
[all …]
H A DphOsal_Queue.cpp90 phOsal_LogError((const uint8_t*)"Osal>Unable to create semaphore\n"); in phOsal_QueueCreate()
97 phOsal_LogError((const uint8_t*)"Osal>Unable to create semaphore\n"); in phOsal_QueueCreate()
104 phOsal_LogError((const uint8_t*)"Osal>Unable to create mutex\n"); in phOsal_QueueCreate()
114 phOsal_LogError((const uint8_t*)"Osal>Unable to create LinkedList\n"); in phOsal_QueueCreate()
171 phOsal_LogError((const uint8_t*)"Osal>Invalid Params"); in phOsal_QueuePush()
183 phOsal_LogError((const uint8_t*)"Osal>Sem Wait failed"); in phOsal_QueuePush()
226 phOsal_LogError( in phOsal_QueuePush()
241 phOsal_LogError( in phOsal_QueuePush()
295 phOsal_LogError((const uint8_t*)"Osal> Timeout Occurred :Q Underflow"); in phOsal_QueuePull()
335 phOsal_LogError((const uint8_t*)"Osal> Flushed an object from Q"); in phOsal_QueueFlush()
H A DphOsal_Log.cpp45 void phOsal_LogError(const uint8_t* pbMsg) { in phOsal_LogError() function
/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
H A DphOsal_Adaptation.cpp60 phOsal_LogError((const uint8_t*)"Adapt>Osal Init Failed !"); in phOsalAdapt_InitOsal()
75 phOsal_LogError((const uint8_t*)"Adapt>Queue Creation Failed !"); in phOsalAdapt_InitOsal()
121 phOsal_LogError((const uint8_t*)"Adapt>Thread Creation Failed !"); in phOsalAdapt_StartTask()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/inc/
H A DphOsal_Posix.h673 void phOsal_LogError(const uint8_t* pbMsg);