Home
last modified time | relevance | path

Searched defs:d (Results 1 – 16 of 16) sorted by relevance

/drivers/peripheral/camera/hal/pipeline_core/test/unittest/
Dstream_pipeline_dispatcher_test.cpp73 std::unique_ptr<StreamPipelineDispatcher> d = StreamPipelineDispatcher::Create(); variable
97 std::unique_ptr<StreamPipelineDispatcher> d = StreamPipelineDispatcher::Create(); variable
121 std::unique_ptr<StreamPipelineDispatcher> d = StreamPipelineDispatcher::Create(); variable
/drivers/framework/test/unittest/model/network/wifi/unittest/message/
Dhdf_queue_test.c28 int d = 4; in MessageQueueTest001() local
77 int d = 4; in MessageQueueTest002() local
/drivers/framework/core/sec/include/
Dhdf_sec.h38 #define HDF_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) argument
/drivers/framework/model/sensor/driver/include/
Dsensor_platform_if.h38 #define SENSOR_DATA_SHIFT_LEFT(d, s) ((d) << (s)) argument
39 #define SENSOR_DATA_SHIFT_RIGHT(d, s) ((d) >> (s)) argument
/drivers/framework/tools/hc-gen/src/
Dbytecode_gen.cpp123 auto d = reinterpret_cast<const char *>(p); in Write() local
/drivers/framework/model/input/driver/
Dhdf_hid_adapter.h17 #define DIV_ROUND_UP(nr, d) (((nr) + (d) - 1) / (d)) argument
Dhdf_input_device_manager.h30 #define DIV_ROUND_UP(nr, d) (((nr) + (d) - 1) / (d)) argument
/drivers/peripheral/display/hal/default/
Ddisplay_gralloc.c37 #define DIV_ROUND_UP(n, d) (((n) + (d)-1) / (d)) argument
/drivers/peripheral/camera/interfaces/metadata/include/
Dcamera_metadata_operator.h96 double *d; member
/drivers/peripheral/camera/hal/utils/metadata/include/
Dcamera_metadata_operator.h96 double *d; member
/drivers/liteos/tzdriver/include/
Dtzdriver_compat.h133 #define DIV_ROUND_UP(n, d) (((n) + (d)-1) / (d)) argument
/drivers/peripheral/input/interfaces/include/
Dinput_type.h63 #define DIV_ROUND_UP(nr, d) (((nr) + (d) - 1) / (d)) argument
/drivers/peripheral/input/input_adapter/input/interfaces/include/
Dinput_type.h63 #define DIV_ROUND_UP(nr, d) (((nr) + (d) - 1) / (d)) argument
/drivers/peripheral/input/input_adapter/input_ipc/include/
Dinput_type.h63 #define DIV_ROUND_UP(nr, d) (((nr) + (d) - 1) / (d)) argument
/drivers/adapter/khdf/linux/model/usb/device/
Df_generic.c2101 struct usb_endpoint_descriptor *d = NULL; in __ffs_data_do_entity() local
2277 struct usb_ext_compat_desc *d = data; in __ffs_data_do_os_desc() local
2301 struct usb_ext_prop_desc *d = data; in __ffs_data_do_os_desc() local
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c636 DIR *d = opendir("/sys/class/net"); in GetAllIfaceInfo() local