Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 19 of 19) sorted by relevance

/drivers/adapter/uhdf2/shared/src/
Ddev_attribute_serialize.c27 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/
Dast_parameter.h28 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/
Ddevhost_service_proxy.c28 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/
Duart_test.c185 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/
Dhdf_device_full.h30 struct HdfAttribute *attribute; member
/drivers/framework/support/platform/src/uart/
Duart_if.c93 int32_t UartGetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartGetAttribute()
98 int32_t UartSetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartSetAttribute()
Duart_service.c98 struct UartAttribute attribute; in UartIoGetAttribute() local
114 struct UartAttribute *attribute = NULL; in UartIoSetAttribute() local
Duart_if_u.c250 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/
Dhdf_device_thread.h28 struct HdfDeviceInfo *attribute; member
/drivers/framework/support/posix/src/
Dosal_thread.c90 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/
Ddevhost_service_full.c36 struct HdfDeviceInfo *attribute = (struct HdfDeviceInfo *)msg->data[0]; in DevHostServiceFullDispatchMessage() local
79 …ServiceFullAddDevice(struct IDevHostService *devHostService, const struct HdfDeviceInfo *attribute) in DevHostServiceFullAddDevice()
Ddevhost_service_stub.c52 struct HdfDeviceInfo *attribute = DeviceAttributeDeserialize(data); in DevHostServiceStubDispatch() local
/drivers/framework/support/platform/include/uart/
Duart_core.h112 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/
Duart_bes.c822 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)
Duart_gr5xx.c292 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/
Duart_adapter.c369 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/
Dstream_operator_proxy.cpp210 std::shared_ptr<StreamAttribute> attribute = in GetStreamAttributes() local
/drivers/framework/tools/hdi-gen/codegen/
Dc_service_stub_code_emitter.cpp354 …odeEmitter::EmitCallParameter(StringBuilder& sb, const AutoPtr<ASTType>& type, ParamAttr attribute, in EmitCallParameter()
/drivers/peripheral/camera/hal/hdi_impl/src/stream_operator/
Dstream_operator.cpp338 auto attribute = std::make_shared<StreamAttribute>(); in GetStreamAttributes() local