Home
last modified time | relevance | path

Searched defs:nh (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryDatabaseTest.java227 NotificationHistory nh = mDataBase.readNotificationHistory(); in testReadNotificationHistory_readsBuffer() local
250 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveNotificationRunnable() local
273 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveNotificationRunnable_noChanges() local
296 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveConversationRunnable() local
319 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveConversationRunnable_noChanges() local
342 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveChannelRunnable() local
365 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveChannelRunnable_noChanges() local
388 NotificationHistory nh = mock(NotificationHistory.class); in testWriteBufferRunnable() local
H A DNotificationHistoryManagerTest.java511 NotificationHistory nh = mHistoryManager.readNotificationHistory( in testReadNotificationHistory() local
534 NotificationHistory nh = in testReadNotificationHistory_historyDisabled() local
541 NotificationHistory nh = in testReadFilteredNotificationHistory_userLocked() local
553 NotificationHistory nh = in testReadFilteredNotificationHistory_historyDisabled() local
/aosp14/system/core/libsysutils/src/
H A DNetlinkEvent.cpp253 static bool checkRtNetlinkLength(const struct nlmsghdr *nh, size_t size) { in checkRtNetlinkLength()
277 bool NetlinkEvent::parseIfInfoMessage(const struct nlmsghdr *nh) { in parseIfInfoMessage()
311 bool NetlinkEvent::parseIfAddrMessage(const struct nlmsghdr *nh) { in parseIfAddrMessage()
415 bool NetlinkEvent::parseUlogPacketMessage(const struct nlmsghdr *nh) { in parseUlogPacketMessage()
453 bool NetlinkEvent::parseNfPacketMessage(struct nlmsghdr *nh) { in parseNfPacketMessage()
489 bool NetlinkEvent::parseRtMessage(const struct nlmsghdr *nh) { in parseRtMessage()
581 bool NetlinkEvent::parseNdUserOptMessage(const struct nlmsghdr *nh) { in parseNdUserOptMessage()
703 struct nlmsghdr *nh; in parseBinaryNetlinkMessage() local
841 nlattr* NetlinkEvent::findNlAttr(const nlmsghdr* nh, size_t hdrlen, uint16_t attr) { in findNlAttr()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java396 void setNotificationHistory(NotificationHistory nh) { in setNotificationHistory()
439 void setNotificationHistory(NotificationHistory nh) { in setNotificationHistory()
483 void setNotificationHistory(NotificationHistory nh) { in setNotificationHistory()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_biometrics_SurfaceToNativeHandleConverter.cpp49 native_handle_t* nh = native_handle_create(0, numInts); in convertHalTokenToNativeHandle() local
/aosp14/system/core/libnetutils/
H A Difc_utils.c275 struct nlmsghdr *nh; in ifc_act_on_address() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1594 final int nh = oh * maxSize / longerDimension; in shrinkBitmap() local