/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTPacket.h | 73 bool dup : 1; /**< DUP flag bit */ member 82 bool dup : 1; /**< DUP flag bit */ member 251 int MQTTPacket_send_publish(Publish* pack, int dup, int qos, int retained, networkHandles* net, const char* clientID); 259 int MQTTPacket_send_pubrel(int msgid, int dup, networkHandles* net, const char* clientID);
|
H A D | MQTTPacketOut.h | 33 int msgid, int dup, Clients* client); 36 int MQTTPacket_send_unsubscribe(List* topics, MQTTProperties* props, int msgid, int dup, Clients* client);
|
H A D | MQTTPersistence.h | 74 int dup; member
|
H A D | MQTTAsync.h | 304 * The dup flag indicates whether or not this message is a duplicate. 309 int dup; member
|
H A D | MQTTClient.h | 313 * The dup flag indicates whether or not this message is a duplicate. 318 int dup; member
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_layer.cpp | 30 mFd = dup(hdl.fd);
in HdiLayerBuffer() 33 DISPLAY_LOGE("the fd : %{public}d dup failed errno %{public}d", hdl.fd, errno);
in HdiLayerBuffer() 51 mFd = dup(right.fd);
in operator =() 157 mAcquireFence = dup(fence);
in SetLayerBuffer()
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_layer.cpp | 32 mFd = dup(hdl.fd); in HdiLayerBuffer() 35 DISPLAY_LOGE("the fd : %{public}d dup failed errno %{public}d", hdl.fd, errno); in HdiLayerBuffer() 53 mFd = dup(right.fd); in operator =() 160 mAcquireFence = dup(fence); in SetLayerBuffer()
|
H A D | hdi_display.cpp | 159 *(fences + i) = dup(layer->GetReleaseFenceFd()); in GetDisplayReleaseFence() 201 *fence = dup(mClientLayer->GetReleaseFenceFd()); in Commit()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_layer.cpp | 31 mFd = dup(hdl.fd); in HdiLayerBuffer() 34 DISPLAY_LOGE("the fd : %{public}d dup failed errno %{public}d", hdl.fd, errno); in HdiLayerBuffer() 52 mFd = dup(right.fd); in operator =() 157 mAcquireFence = dup(fence); in SetLayerBuffer()
|
H A D | hdi_display.cpp | 160 *(fences + i) = dup(layer->GetReleaseFenceFd()); in GetDisplayReleaseFence() 201 *fence = dup(mClientLayer->GetReleaseFenceFd()); in Commit()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_layer.cpp | 42 mFd = dup(hdl.fd); in HdiLayerBuffer() 45 DISPLAY_LOGE("the fd : %{public}d dup failed errno %{public}d", hdl.fd, errno); in HdiLayerBuffer() 63 mFd = dup(right.fd); in operator =() 217 mAcquireFence = dup(fence); in SetLayerBuffer()
|
H A D | hdi_display.cpp | 159 *(fences + i) = dup(layer->GetReleaseFenceFd()); in GetDisplayReleaseFence() 200 *fence = dup(mClientLayer->GetReleaseFenceFd()); in Commit()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_layer.cpp | 42 mFd = dup(hdl.fd); in HdiLayerBuffer() 45 DISPLAY_LOGE("the fd : %{public}d dup failed errno %{public}d", hdl.fd, errno); in HdiLayerBuffer() 63 mFd = dup(right.fd); in operator =() 217 mAcquireFence = dup(fence); in SetLayerBuffer()
|
H A D | hdi_display.cpp | 159 *(fences + i) = dup(layer->GetReleaseFenceFd()); in GetDisplayReleaseFence() 200 *fence = dup(mClientLayer->GetReleaseFenceFd()); in Commit()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_layer.cpp | 42 mFd = dup(hdl.fd);
in HdiLayerBuffer() 45 DISPLAY_LOGE("the fd : %{public}d dup failed errno %{public}d", hdl.fd, errno);
in HdiLayerBuffer() 63 mFd = dup(right.fd);
in operator =() 217 mAcquireFence = dup(fence);
in SetLayerBuffer()
|
H A D | hdi_display.cpp | 160 *(fences + i) = dup(layer->GetReleaseFenceFd());
in GetDisplayReleaseFence() 201 *fence = dup(mClientLayer->GetReleaseFenceFd());
in Commit()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | hdi_drm_composition.cpp | 162 layer->SetReleaseFence(dup(static_cast<int32_t>(crtcOutFence)));
in Apply()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | unistd.h | 78 * @see dup | fclose | fopen | ioctl | open | unlink 87 * The dup() function shall duplicate an open file descriptor. It provides an alternative interface 88 * to the service provided by fcntl() using the F_DUPFD command. The call dup(fildes) shall be equivalent to: 95 * <li>The dup() function doesn't support to duplicate a socket descriptor.</li> 107 * <li><b>ENOSYS</b>: The current file system doesn't support the dup() function.</li> 115 int dup(int); 142 * <li><b>ENOSYS</b>: The current file system doesn't support the dup() function.</li>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_sync_android.c | 125 .dup = timeline_dup,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_sync_android.c | 126 .dup = timeline_dup,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_sync_android.c | 133 .dup = timeline_dup,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_sync.c | 318 .dup = timeline_dup,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_sync_android.c | 130 .dup = timeline_dup,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_sync.c | 315 .dup = timeline_dup,
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | sem.c | 2039 unsigned long dup = 0, jiffies_left = 0;
in do_semtimedop() local 2080 if (dup & mask) {
in do_semtimedop() 2091 dup |= mask;
in do_semtimedop()
|