Home
last modified time | relevance | path

Searched +defs:val +defs:attr (Results 1 – 25 of 82) sorted by relevance

1234

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dreli_test.cpp202 for (auto &val : vecThread) { variable
234 for (auto &val : vecThread) { variable
286 for (auto &val : vecThread) { variable
1186 for (auto &val : vecThread) { variable
1354 for (auto &val : vecThread) { variable
1404 for (auto &val : vecThread) { variable
1491 for (auto &val : vecThread) { variable
1654 for (auto &val : vecThread) { variable
1704 for (auto &val : vecThread) { variable
1874 for (auto &val : vecThread) { variable
[all …]
H A Dnet_test.cpp221 OH_AVCodecBufferAttr attr; in DemuxFuncVtt() local
408 for (auto &val : vecThread) { variable
454 for (auto &val : vecThread) { variable
552 for (auto &val : vecThread) { variable
599 for (auto &val : vecThread) { variable
648 for (auto &val : vecThread) { variable
695 for (auto &val : vecThread) { variable
724 OH_AVCodecBufferAttr attr; variable
766 OH_AVCodecBufferAttr attr; variable
836 for (auto &val : vecThread) { variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_gradient.cpp93 void SvgGradient::SetGradientTransform(const std::string& val, SvgGradientAttribute& attr) in SetGradientTransform()
98 void SvgGradient::SetSpreadMethod(const std::string& val, SvgGradientAttribute& attr) in SetSpreadMethod()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dgralloc_buffer_priv.h136 static inline int gralloc_buffer_attr_write(struct private_handle_t *hnd, buf_attr attr, int *val) in gralloc_buffer_attr_write()
187 static inline int gralloc_buffer_attr_read(struct private_handle_t *hnd, buf_attr attr, int *val) in gralloc_buffer_attr_read()
H A Dmali_gralloc_private_interface.cpp221 …li_gralloc_private_get_attr_param(gralloc1_device_t *device, buffer_handle_t handle, buf_attr attr, in mali_gralloc_private_get_attr_param()
222 int32_t *val, int32_t last_call) in mali_gralloc_private_get_attr_param()
256 …li_gralloc_private_set_attr_param(gralloc1_device_t *device, buffer_handle_t handle, buf_attr attr, in mali_gralloc_private_set_attr_param()
257 int32_t *val, int32_t last_call) in mali_gralloc_private_set_attr_param()
/ohos5.0/foundation/resourceschedule/ffrt/src/internal_inc/
H A Dosal.h24 #define API_ATTRIBUTE(attr) __attribute__(attr) argument
38 char* val = std::getenv(name); in GetEnv() local
/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic_layer.cpp94 bool AcrylicCanvas::setImageBuffer(int a, int r, int g, int b, uint32_t attr) in setImageBuffer()
123 int num_buffers, int fence, uint32_t attr) in setImageBuffer()
180 int num_buffers, uint32_t attr) in setImageBuffer()
232 bool AcrylicCanvas::setImageOTFBuffer(uint32_t attr) in setImageOTFBuffer()
373 …yer::setCompositArea(hwc_rect_t &src_area, hwc_rect_t &out_area, uint32_t transform, uint32_t attr) in setCompositArea()
391 int32_t val = src_area.left | src_area.top | src_area.right | src_area.bottom; in setCompositArea() local
518 uint32_t attr = ATTR_NONE; in importLayer() local
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_sendable.cpp84 Local<JSValueRef> val = ObjectRef::CreateSendableAccessorData(vm, localGetter, localSetter); in InitSendablePropertiesInfo() local
101 Local<JSValueRef> val = LocalValueFromJsValue(propertyDescriptor.value); in InitSendablePropertiesInfo() local
159 PropertyAttribute attr(JSValueRef::Undefined(vm), false, enumable, configable); in NapiDefineSendabledProperty() local
175 Local<JSValueRef> val = LocalValueFromJsValue(propertyDescriptor.value); in NapiDefineSendabledProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_image_animator.cpp36 bool DOMImageAnimator::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
54 auto val = attr.second; in SetSpecializedAttr() local
H A Ddom_camera.cpp44 bool DOMCamera::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
158 FlashType DOMCamera::GetFlashType(const std::string& val) in GetFlashType()
173 DevicePosition DOMCamera::GetDevicePosition(const std::string& val) in GetDevicePosition()
/aosp12/frameworks/base/tests/RollbackTest/lib/src/com/android/tests/rollback/host/
H A DWatchdogEventLogger.java62 private boolean matchProperty(String type, String attr, String expectedVal) throws Exception { in matchProperty()
64 String val = mDevice.getProperty(key); in matchProperty() local
/aosp12/bionic/libc/bionic/
H A Dpthread_mutex.cpp62 int pthread_mutexattr_init(pthread_mutexattr_t *attr) in pthread_mutexattr_init()
68 int pthread_mutexattr_destroy(pthread_mutexattr_t *attr) in pthread_mutexattr_destroy()
74 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *type_p) in pthread_mutexattr_gettype()
86 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) in pthread_mutexattr_settype()
98 int pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) in pthread_mutexattr_setpshared()
117 int pthread_mutexattr_getpshared(const pthread_mutexattr_t* attr, int* pshared) { in pthread_mutexattr_getpshared()
122 int pthread_mutexattr_setprotocol(pthread_mutexattr_t* attr, int protocol) { in pthread_mutexattr_setprotocol()
130 int pthread_mutexattr_getprotocol(const pthread_mutexattr_t* attr, int* protocol) { in pthread_mutexattr_getprotocol()
340 #define FIELD_TO_BITS(val,shift,bits) (((val) & ((1 << (bits))-1)) << (shift)) argument
343 #define FIELD_FROM_BITS(val,shift,bits) (((val) >> (shift)) & ((1 << (bits))-1)) argument
[all …]
H A Dpthread_internal.h95 pthread_attr_t attr; variable
211 static inline void __set_tcb_dtv(bionic_tcb* tcb, TlsDtv* val) { in __set_tcb_dtv()
/aosp12/bionic/tests/
H A Dandroid_unsafe_frame_pointer_chase_test.cpp26 __attribute__((weak, noinline)) size_t nop(size_t val) { in nop()
140 pthread_attr_t attr; in TEST() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_mapper.h85 static int32_t BpfSyscall(int32_t cmd, const bpf_attr &attr) in BpfSyscall()
237 [[nodiscard]] int32_t Read(const Key &key, Value &val) const in Read()
/aosp12/system/core/init/
H A Dservice_utils.cpp164 std::string val = std::to_string(fd); in Publish() local
235 Result<void> SetProcessAttributes(const ProcessAttributes& attr) { in SetProcessAttributes()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/
H A Ddisplay_pluggable.cpp191 char val[kPropertyMax] = {}; in GetOverrideConfig() local
365 AttrVal attr = current_color_attr_->second; in SetColorMode() local
422 DisplayError DisplayPluggable::GetColorModeAttr(const std::string &color_mode, AttrVal *attr) { in GetColorModeAttr()
/aosp12/frameworks/av/media/libstagefright/
H A DOggWriter.cpp40 static inline void writeint(char *buf, int base, int32_t val) { in writeint()
211 pthread_attr_t attr; in start() local
/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp330 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F() local
447 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F() local
466 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F() local
481 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F() local
680 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/bar"); in TEST_F() local
878 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F() local
992 BinaryPrimitive* val = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F() local
1003 BinaryPrimitive* val = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F() local
1020 Style* val = test::GetValue<Style>(&table_, "configVarying/bag"); in TEST_F() local
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/
H A Ddisplay_pluggable.cpp218 char val[kPropertyMax] = {}; in GetOverrideConfig() local
405 AttrVal attr = current_color_attr_->second; in SetColorMode() local
456 DisplayError DisplayPluggable::GetColorModeAttr(const std::string &color_mode, AttrVal *attr) { in GetColorModeAttr()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.cpp79 unsigned val; in HexSequence() local
191 void AttributesTag::AddAttribute(std::shared_ptr<Attribute>& attr) in AddAttribute()
263 std::shared_ptr<Attribute> attr; in ParseAttributes() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl32 #define SECUREC_MUL10_ADD_BEYOND_MAX(val) (((val) > SECUREC_INT_MAX_DIV_TEN)) argument
179 static void SecDecodeFlags(SecChar ch, SecFormatAttr *attr)
203 static int SecDecodeSize(SecChar ch, SecFormatAttr *attr, const SecChar **format)
274 static int SecDecodeTypeC(SecFormatAttr *attr, unsigned int cValue, SecFormatBuf *formatBuf, SecBuf…
324 static int SecDecodeTypeS(SecFormatAttr *attr, char *argPtr, SecFormatBuf *formatBuf)
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.cpp79 unsigned val; in HexSequence() local
187 void AttributesTag::AddAttribute(std::shared_ptr<Attribute>& attr) in AddAttribute()
259 std::shared_ptr<Attribute> attr; in ParseAttributes() local
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Difaceeventhandler.cpp253 struct nlattr *attr; in handleResponse() local
278 u32 val; in handleResponse() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_proxy.cpp113 Attributes attr; in GetProperty() local
148 Attributes attr; in GetProperty() local
165 Attributes attr; in GetPropertyById() local
196 Attributes attr; in GetPropertyById() local
319 bool UserAuthProxy::WriteOptionalUint32(MessageParcel &data, const std::optional<uint32_t> &val) in WriteOptionalUint32()

1234