Home
last modified time | relevance | path

Searched refs:sem_destroy (Results 1 – 25 of 62) sorted by relevance

123

/aosp12/hardware/st/nfc/1.0/hal/
H A Dhalcore.c171 sem_destroy(&inst->semaphore); in HalCreate()
179 sem_destroy(&inst->semaphore); in HalCreate()
199 sem_destroy(&inst->semaphore); in HalCreate()
201 sem_destroy(&inst->upstreamBlock); in HalCreate()
217 sem_destroy(&inst->semaphore); in HalCreate()
219 sem_destroy(&inst->upstreamBlock); in HalCreate()
228 sem_destroy(&inst->semaphore); in HalCreate()
230 sem_destroy(&inst->upstreamBlock); in HalCreate()
262 sem_destroy(&inst->semaphore); in HalDestroy()
263 sem_destroy(&inst->upstreamBlock); in HalDestroy()
[all …]
/aosp12/hardware/st/nfc/st21nfc/hal/
H A Dhalcore.cc190 sem_destroy(&inst->semaphore); in HalCreate()
198 sem_destroy(&inst->semaphore); in HalCreate()
218 sem_destroy(&inst->semaphore); in HalCreate()
220 sem_destroy(&inst->upstreamBlock); in HalCreate()
235 sem_destroy(&inst->semaphore); in HalCreate()
237 sem_destroy(&inst->upstreamBlock); in HalCreate()
246 sem_destroy(&inst->semaphore); in HalCreate()
248 sem_destroy(&inst->upstreamBlock); in HalCreate()
279 sem_destroy(&inst->semaphore); in HalDestroy()
280 sem_destroy(&inst->upstreamBlock); in HalDestroy()
[all …]
/aosp12/bionic/tests/
H A Dsemaphore_test.cpp56 ASSERT_EQ(0, sem_destroy(&s)); in TEST()
68 ASSERT_EQ(0, sem_destroy(&s)); in TEST()
137 ASSERT_EQ(0, sem_destroy(&s)); in sem_timedwait_helper()
/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp407 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
414 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
420 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
429 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
434 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
481 if (sem_destroy(&sWriteSem)) { in nativeNfcTag_doWrite()
1312 if (sem_destroy(&sCheckNdefSem)) { in nativeNfcTag_doCheckNdef()
1565 sem_destroy(&sFormatSem); in nativeNfcTag_makeMifareNdefFormat()
1617 sem_destroy(&sFormatSem); in nativeNfcTag_doNdefFormat()
1696 if (sem_destroy(&sMakeReadonlySem)) { in nativeNfcTag_makeMifareReadonly()
[all …]
H A DNativeLlcpConnectionlessSocket.cpp243 if (sem_destroy(&sConnlessRecvSem)) { in nativeLlcpConnectionlessSocket_doReceiveFrom()
/aosp12/bionic/libc/bionic/
H A Dpthread_internal.cpp160 sem_destroy(&g_sem); in android_run_on_all_threads()
191 sem_destroy(&g_sem); in android_run_on_all_threads()
H A Dsemaphore.cpp120 int sem_destroy(sem_t*) { in sem_destroy() function
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/
H A DphNxpExtns.cpp221 sem_destroy(&gAuthCmdBuf.semPresenceCheck); in EXTNS_MfcPresenceCheck()
586 sem_destroy(&gAuthCmdBuf.semPresenceCheck); in EXTNS_GetPresenceCheckStatus()
590 if (sem_destroy(&gAuthCmdBuf.semPresenceCheck)) { in EXTNS_GetPresenceCheckStatus()
/aosp12/bionic/tests/headers/posix/
H A Dsemaphore_h.c39 FUNCTION(sem_destroy, int (*f)(sem_t*)); in semaphore_h()
/aosp12/bionic/libc/include/
H A Dsemaphore.h49 int sem_destroy(sem_t* __sem);
/aosp12/hardware/nxp/nfc/pn8x/halimpl/tml/
H A DphTmlNfc.cc564 sem_destroy(&gpphTmlNfc_Context->rxSemaphore); in phTmlNfc_CleanUp()
565 sem_destroy(&gpphTmlNfc_Context->txSemaphore); in phTmlNfc_CleanUp()
566 sem_destroy(&gpphTmlNfc_Context->postMsgSemaphore); in phTmlNfc_CleanUp()
H A DphDal4Nfc_messageQueueLib.cc91 if (sem_destroy(&pQueue->nProcessSemaphore)) { in phDal4Nfc_msgrelease()
/aosp12/packages/services/BuiltInPrintService/jni/ipphelper/
H A Dippstatus_monitor.c90 sem_destroy(&monitor->monitor_sem); in _init()
128 sem_destroy(&monitor->monitor_sem); in _destroy()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/tml/
H A DphTmlNfc.cc634 sem_destroy(&gpphTmlNfc_Context->rxSemaphore); in phTmlNfc_CleanUp()
635 sem_destroy(&gpphTmlNfc_Context->txSemaphore); in phTmlNfc_CleanUp()
636 sem_destroy(&gpphTmlNfc_Context->postMsgSemaphore); in phTmlNfc_CleanUp()
H A DphDal4Nfc_messageQueueLib.cc91 if (sem_destroy(&pQueue->nProcessSemaphore)) { in phDal4Nfc_msgrelease()
/aosp12/system/core/libsuspend/
H A Dautosuspend_wakeup_count.cpp164 sem_destroy(&suspend_lockout); in autosuspend_init()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DOneShotTimer.cpp74 result = sem_destroy(&mSemaphore); in stop()
/aosp12/packages/services/BuiltInPrintService/jni/lib/
H A Dwprint_msgq.c87 sem_destroy(&(msgq->sem_count)); in msgQDelete()
/aosp12/hardware/nxp/nfc/pn8x/halimpl/utils/
H A DphNxpNciHal_utils.cc380 if (sem_destroy(&pCallbackData->sem)) { in phNxpNciHal_cleanup_cb_data()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
H A DphOsal_Posix.cpp262 if (sem_destroy((sem_t*)hSemaphore) == -1) { in phOsal_SemaphoreDelete()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/utils/
H A DphNxpNciHal_utils.cc381 if (sem_destroy(&pCallbackData->sem)) { in phNxpNciHal_cleanup_cb_data()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/tml/transport/
H A DNfccI2cTransport.cc62 sem_destroy(&mTxRxSemaphore); in Close()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c794 sem_destroy (&init_decode->queue_context.sem_message); in deinit_encoder()
795 sem_destroy (&init_decode->sem_synchronize); in deinit_encoder()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c772 sem_destroy (&init_decode->queue_context.sem_message); in deinit_decoder()
773 sem_destroy (&init_decode->sem_synchronize); in deinit_decoder()
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c719 sem_destroy (&init_decode->queue_context.sem_message); in deinit_decoder()
720 sem_destroy (&init_decode->sem_synchronize); in deinit_decoder()

123