Searched refs:writeNotification (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/sensors/common/utils/ |
H A D | EventMessageQueueWrapper.h | 47 uint32_t writeNotification, int64_t timeOutNanos, 85 uint32_t writeNotification, int64_t timeOutNanos, in writeBlocking() argument 88 readNotification, writeNotification, timeOutNanos, evFlag); in writeBlocking() 127 uint32_t writeNotification, int64_t timeOutNanos, in writeBlocking() argument 129 return mQueue->writeBlocking(events, count, readNotification, writeNotification, in writeBlocking()
|
/aosp12/system/libfmq/include/fmq/ |
H A D | MessageQueueBase.h | 170 uint32_t writeNotification, int64_t timeOutNanos = 0, 220 bool readBlocking(T* data, size_t count, uint32_t readNotification, uint32_t writeNotification, 814 const T* data, size_t count, uint32_t readNotification, uint32_t writeNotification, in writeBlocking() argument 853 if (writeNotification) { in writeBlocking() 854 evFlag->wake(writeNotification); in writeBlocking() 915 if (result && writeNotification != 0) { in writeBlocking() 916 evFlag->wake(writeNotification); in writeBlocking() 930 T* data, size_t count, uint32_t readNotification, uint32_t writeNotification, in readBlocking() argument 953 if (writeNotification == 0 || count > getQuantumCount()) { in readBlocking() 1009 status_t status = evFlag->wait(writeNotification, &efState, timeOutNanos, in readBlocking() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryProtoHelper.java | 257 private static void writeNotification(ProtoOutputStream proto, in writeNotification() method in NotificationHistoryProtoHelper 337 writeNotification(proto, notifications.getPooledStringsToWrite(), in write()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26385 HPLcom/android/server/notification/NotificationHistoryProtoHelper;->writeNotification(Landroid/util…
|