| /drivers/adapter/uhdf2/shared/src/ |
| D | dev_attribute_serialize.c | 27 bool DeviceAttributeSerialize(const struct HdfDeviceInfo *attribute, struct HdfSBuf *sbuf) in DeviceAttributeSerialize() 61 struct HdfDeviceInfo *attribute = HdfDeviceInfoNewInstance(); in DeviceAttributeDeserialize() local 115 void DeviceSerializedAttributeRelease(struct HdfDeviceInfo *attribute) in DeviceSerializedAttributeRelease()
|
| /drivers/framework/tools/hdi-gen/ast/ |
| D | ast_parameter.h | 28 ASTParameter(const String& name, ParamAttr attribute, const AutoPtr<ASTType>& type) in ASTParameter() 51 inline void SetAttribute(ParamAttr attribute) in SetAttribute()
|
| /drivers/adapter/uhdf2/manager/src/ |
| D | devhost_service_proxy.c | 28 struct IDevHostService *inst, const struct HdfDeviceInfo *attribute, int opsCode) in DevHostServiceProxyOpsDevice() 48 struct IDevHostService *inst, const struct HdfDeviceInfo *attribute) in DevHostServiceProxyAddDevice()
|
| /drivers/framework/test/unittest/platform/common/ |
| D | uart_test.c | 185 struct UartAttribute attribute; in UartSetAttributeTest() local 206 struct UartAttribute attribute; in UartGetAttributeTest() local 241 struct UartAttribute attribute = {0}; in UartReliabilityTest() local
|
| /drivers/adapter/uhdf2/include/devhost/ |
| D | hdf_device_full.h | 30 struct HdfAttribute *attribute; member
|
| /drivers/framework/support/platform/src/uart/ |
| D | uart_if.c | 93 int32_t UartGetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartGetAttribute() 98 int32_t UartSetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartSetAttribute()
|
| D | uart_service.c | 98 struct UartAttribute attribute; in UartIoGetAttribute() local 114 struct UartAttribute *attribute = NULL; in UartIoSetAttribute() local
|
| D | uart_if_u.c | 250 int32_t UartGetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartGetAttribute() 296 int32_t UartSetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartSetAttribute()
|
| /drivers/adapter/uhdf2/host/include/ |
| D | hdf_device_thread.h | 28 struct HdfDeviceInfo *attribute; member
|
| /drivers/framework/support/posix/src/ |
| D | osal_thread.c | 90 static int OsalCreatePthread(pthread_t *threadId, pthread_attr_t *attribute, struct ThreadWrapper *… in OsalCreatePthread() 112 pthread_attr_t attribute; in OsalThreadStart() local
|
| /drivers/adapter/uhdf2/host/src/ |
| D | devhost_service_full.c | 36 struct HdfDeviceInfo *attribute = (struct HdfDeviceInfo *)msg->data[0]; in DevHostServiceFullDispatchMessage() local 79 …ServiceFullAddDevice(struct IDevHostService *devHostService, const struct HdfDeviceInfo *attribute) in DevHostServiceFullAddDevice()
|
| D | devhost_service_stub.c | 52 struct HdfDeviceInfo *attribute = DeviceAttributeDeserialize(data); in DevHostServiceStubDispatch() local
|
| /drivers/framework/support/platform/include/uart/ |
| D | uart_core.h | 112 static inline int32_t UartHostGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostGetAttribute() 120 static inline int32_t UartHostSetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostSetAttribute()
|
| /drivers/adapter/platform/uart/ |
| D | uart_bes.c | 822 static int32_t SetUartDevConfig(struct UartAttribute *attribute, struct UartDevice *uartDevice) 880 static int32_t UartHostDevSetAttribute(struct UartHost *host, struct UartAttribute *attribute) 904 static int32_t GetUartDevConfig(struct UartAttribute *attribute, struct HAL_UART_CFG_T *uartCfg) 956 static int32_t UartHostDevGetAttribute(struct UartHost *host, struct UartAttribute *attribute)
|
| D | uart_gr5xx.c | 292 static int32_t UartHostDevGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostDevGetAttribute() 310 static int32_t UartHostDevSetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostDevSetAttribute()
|
| /drivers/adapter/khdf/linux/platform/uart/ |
| D | uart_adapter.c | 369 static int32_t UartAdapterGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartAdapterGetAttribute() 393 static int32_t UartAdapterSetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartAdapterSetAttribute()
|
| /drivers/peripheral/camera/interfaces/hdi_ipc/client/src/ |
| D | stream_operator_proxy.cpp | 210 std::shared_ptr<StreamAttribute> attribute = in GetStreamAttributes() local
|
| /drivers/framework/tools/hdi-gen/codegen/ |
| D | c_service_stub_code_emitter.cpp | 354 …odeEmitter::EmitCallParameter(StringBuilder& sb, const AutoPtr<ASTType>& type, ParamAttr attribute, in EmitCallParameter()
|
| /drivers/peripheral/camera/hal/hdi_impl/src/stream_operator/ |
| D | stream_operator.cpp | 338 auto attribute = std::make_shared<StreamAttribute>(); in GetStreamAttributes() local
|