Home
last modified time | relevance | path

Searched defs:shouldTimeOut (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/libfmq/include/fmq/
DMessageQueue.h780 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
902 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/libfmq/include/fmq/
DMessageQueue.h780 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
902 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/libfmq/include/fmq/
DMessageQueueBase.h851 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
968 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/libfmq/include/fmq/
DMessageQueueBase.h851 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
968 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/libfmq/include/fmq/
DMessageQueue.h780 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
902 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/libfmq/include/fmq/
DMessageQueueBase.h851 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
968 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/libfmq/include/fmq/
DMessageQueueBase.h851 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
968 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/libfmq/include/fmq/
DMessageQueue.h780 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
902 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/libfmq/include/fmq/
DMessageQueueBase.h859 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
976 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/libfmq/include/fmq/
DMessageQueueBase.h861 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
978 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/libfmq/include/fmq/
DMessageQueueBase.h861 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
978 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/libfmq/include/fmq/
DMessageQueueBase.h861 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
978 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/libfmq/include/fmq/
DMessageQueueBase.h861 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
978 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/libfmq/include/fmq/
DMessageQueueBase.h859 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
976 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/libfmq/include/fmq/
DMessageQueueBase.h859 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
976 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/libfmq/include/fmq/
DMessageQueueBase.h859 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
976 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/libfmq/include/fmq/
DMessageQueueBase.h859 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
976 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/libfmq/include/fmq/
DMessageQueueBase.h859 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
976 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/libfmq/include/fmq/
DMessageQueueBase.h859 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
976 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/libfmq/include/fmq/
DMessageQueueBase.h859 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
976 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/system/libfmq/include/fmq/
H A DMessageQueueBase.h942 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
1059 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
/aosp_15_r20/system/libfmq/
H A DEventFlag.cpp170 bool shouldTimeOut = timeoutNanoSeconds != 0; in wait() local