Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryDatabaseTest.java242 NotificationHistory nh = mDataBase.readNotificationHistory(); in testReadNotificationHistory_readsBuffer() local
265 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveNotificationRunnable() local
288 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveNotificationRunnable_noChanges() local
311 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveConversationRunnable() local
334 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveConversationRunnable_noChanges() local
357 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveChannelRunnable() local
380 NotificationHistory nh = mock(NotificationHistory.class); in testRemoveChannelRunnable_noChanges() local
403 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
/aosp12/system/core/libsysutils/src/
H A DNetlinkEvent.cpp120 static bool checkRtNetlinkLength(const struct nlmsghdr *nh, size_t size) { in checkRtNetlinkLength()
144 bool NetlinkEvent::parseIfInfoMessage(const struct nlmsghdr *nh) { in parseIfInfoMessage()
178 bool NetlinkEvent::parseIfAddrMessage(const struct nlmsghdr *nh) { in parseIfAddrMessage()
282 bool NetlinkEvent::parseUlogPacketMessage(const struct nlmsghdr *nh) { in parseUlogPacketMessage()
311 bool NetlinkEvent::parseNfPacketMessage(struct nlmsghdr *nh) { in parseNfPacketMessage()
347 bool NetlinkEvent::parseRtMessage(const struct nlmsghdr *nh) { in parseRtMessage()
439 bool NetlinkEvent::parseNdUserOptMessage(const struct nlmsghdr *nh) { in parseNdUserOptMessage()
561 struct nlmsghdr *nh; in parseBinaryNetlinkMessage() local
699 nlattr* NetlinkEvent::findNlAttr(const nlmsghdr* nh, size_t hdrlen, uint16_t attr) { in findNlAttr()
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DConversion.cpp43 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
62 int native_handle_read_fd(native_handle_t const* nh, int index) { in native_handle_read_fd()
118 hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
359 status_t unflattenFence(hidl_handle* fence, native_handle_t** nh, in unflattenFence()
485 native_handle_t* nh = native_handle_create_from_fd(fd); in convertTo() local
718 std::vector<native_handle_t*>* nh, in unflatten()
878 status_t unflatten( in unflatten()
955 bool wrapAs(HGraphicBufferProducer::FrameEventHistoryDelta* t, in wrapAs()
1240 native_handle_t** nh, in flatten()
1360 native_handle_t* nh; in convertTo() local
[all …]
H A DH2BGraphicBufferProducer.cpp61 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
235 inline status_t unflattenFence(hidl_handle* fence, native_handle_t** nh, in unflattenFence()
361 native_handle_t* nh = native_handle_create_from_fd(fd); in convertTo() local
537 native_handle_t** nh, in wrapAs()
626 native_handle_t** nh, in flatten()
725 std::vector<native_handle_t*>* nh, in flatten()
828 inline status_t flatten( in flatten()
905 for (auto nh : nhA) { in convertTo() local
916 for (const auto& nh : nhA) { in convertTo() local
1080 native_handle_t* nh; in queueBuffer() local
[all …]
/aosp12/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h117 native_handle_t* nh = native_handle_create(1, 0); in native_handle_create_from_fd() local
307 inline hidl_handle inHidlHandle(native_handle_t const* nh) { in inHidlHandle()
327 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
456 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
H A DWGraphicBufferProducer.h103 native_handle_t* nh = nullptr; in dequeueBuffer() local
158 native_handle_t* nh = nullptr; in detachNextBuffer() local
329 native_handle_t* nh = nullptr; in getLastQueuedBuffer() local
/aosp12/frameworks/native/libs/binder/include/binder/
H A DSafeInterface.h95 const Parcel& parcel, NH* nh) { in read()
101 Parcel* parcel, const NH& nh) { in write()
/aosp12/system/hardware/interfaces/net/netd/1.0/vts/functional/
H A DVtsHalNetNetdV1_0TargetTest.cpp69 const uint64_t nh = 0x6600FACADE; in TEST_P() local
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DConversion.h185 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
314 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
/aosp12/system/extras/multinetwork/
H A Dcommon.cpp42 net_handle_t nh; in parseNetworkHandle() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp1350 native_handle_t *nh = mNativeHandle[i]; in allocate() local
1412 native_handle_t *nh = mNativeHandle[i]; in allocateMore() local
1486 native_handle_t *nh = mNativeHandle[i]; in allocateMeta() local
1522 native_handle_t *nh = mNativeHandle[i]; in deallocateMeta() local
1633 int32_t QCameraVideoMemory::updateNativeHandle(native_handle_t *nh, in updateNativeHandle()
1745 native_handle_t *nh = NULL; in getMatchBufIndex() local
1844 native_handle_t *nh = NULL; in needPerfEvent() local
/aosp12/frameworks/av/media/ndk/tests/
H A DAImageReaderWindowHandleTest.cpp93 const native_handle_t *nh = AHardwareBuffer_getNativeHandle(hardwareBuffer); in HandleImageAvailable() local
135 native_handle_t *nh = nullptr; in TEST_F() local
/aosp12/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
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java461 void setNotificationHistory(NotificationHistory nh) { in setNotificationHistory()
504 void setNotificationHistory(NotificationHistory nh) { in setNotificationHistory()
548 void setNotificationHistory(NotificationHistory nh) { in setNotificationHistory()
/aosp12/system/netd/server/
H A DNetdHwService.cpp97 const char* nh = nexthop.c_str(); in maybeNullString() local
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2647 native_handle_t *nh = NULL; in async_message_process() local
2743 native_handle_t *nh = (native_handle_t *)(omxhdr->pBuffer); in async_message_process() local
2751 native_handle_t *nh = meta_buf->nh; in async_message_process() local
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2410 native_handle_t *nh = NULL; in async_message_process() local
2506 native_handle_t *nh = (native_handle_t *)(omxhdr->pBuffer); in async_message_process() local
2514 native_handle_t *nh = meta_buf->nh; in async_message_process() local
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2417 native_handle_t *nh = NULL; in async_message_process() local
2512 native_handle_t *nh = (native_handle_t *)(omxhdr->pBuffer); in async_message_process() local
2520 native_handle_t *nh = meta_buf->nh; in async_message_process() local
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2735 native_handle_t *nh = NULL; in async_message_process() local
2831 native_handle_t *nh = (native_handle_t *)(omxhdr->pBuffer); in async_message_process() local
2839 native_handle_t *nh = meta_buf->nh; in async_message_process() local
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A Dtypes.cpp139 native_handle_t* nh = native_handle_create(1, 0); in b2h() local
/aosp12/frameworks/av/media/codec2/vndk/
H A Dtypes.cpp146 native_handle_t* nh = native_handle_create(1, 0); in b2h() local
/aosp12/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.cpp343 native_handle_t* nh = native_handle_create(0, 10); in createMyHandle() local
/aosp12/system/core/libnetutils/
H A Difc_utils.c275 struct nlmsghdr *nh; in ifc_act_on_address() local
/aosp12/frameworks/av/media/ndk/
H A DNdkImageReader.cpp665 native_handle_t *nh = in convertHalTokenToNativeHandle() local

12