Home
last modified time | relevance | path

Searched defs:result (Results 4151 - 4175 of 4742) sorted by relevance

1...<<161162163164165166167168169170>>...190

/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_manager_proxy.cpp51 int32_t result = reply.ReadInt32(); in SetMicrophoneMute() local
71 int32_t result = reply.ReadInt32(); in SetVoiceVolume() local
90 int32_t result = reply.ReadInt32(); in OffloadSetVolume() local
120 int32_t result = reply.ReadInt32(); in SetAudioScene() local
169 GetExtraParameters(const std::string &mainKey, const std::vector<std::string> &subKeys, std::vector<std::pair<std::string, std::string>> &result) GetExtraParameters() argument
264 int32_t result = reply.ReadInt32(); SetAsrAecMode() local
281 int32_t result = reply.ReadInt32(); GetAsrAecMode() local
299 int32_t result = reply.ReadInt32(); SetAsrNoiseSuppressionMode() local
316 int32_t result = reply.ReadInt32(); GetAsrNoiseSuppressionMode() local
334 int32_t result = reply.ReadInt32(); SetAsrWhisperDetectionMode() local
351 int32_t result = reply.ReadInt32(); GetAsrWhisperDetectionMode() local
370 int32_t result = reply.ReadInt32(); SetAsrVoiceControlMode() local
388 int32_t result = reply.ReadInt32(); SetAsrVoiceMuteMode() local
401 int32_t result = Remote()->SendRequest( IsWhispering() local
418 bool result = reply.ReadBool(); GetEffectOffloadEnabled() local
508 auto result = reply.ReadInt32(); UpdateActiveDeviceRoute() local
536 auto result = reply.ReadInt32(); UpdateActiveDevicesRoute() local
556 auto result = reply.ReadInt32(); UpdateDualToneState() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp68 T* result = RecursivelyLookupNodeByPath(*child, index + 1, path); in RecursivelyLookupNodeByPath() local
92 T* result = RecursivelyLookupNodeByName(*child, name); in RecursivelyLookupNodeByName() local
108 bool result = false; in RecursivelyLookupNodesByComponent() local
536 SceneNode* result; AddNode() local
1254 CollectChangedNodes(ISceneNode& node, vector<ISceneNode*>& result) CollectChangedNodes() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp197 bool result = GetSysPara(invaildKey, value32); in HWTEST() local
224 float result = UpdateMaxAmplitude(adapterFormat, frame, replyBytes); in HWTEST() local
239 float result = UpdateMaxAmplitude(adapterFormat, frame, replyBytes); in HWTEST() local
255 float result = UpdateMaxAmplitude(adapterFormat, frame, replyBytes); in HWTEST() local
271 float result = UpdateMaxAmplitude(adapterFormat, frame, replyBytes); in HWTEST() local
286 float result = UpdateMaxAmplitude(adapterFormat, frame, replyBytes); HWTEST() local
300 float result = CalculateMaxAmplitudeForPCM8Bit(frame, nSamples); HWTEST() local
314 float result = CalculateMaxAmplitudeForPCM8Bit(frame1, nSamples1); HWTEST() local
329 float result = CalculateMaxAmplitudeForPCM8Bit(frame2, nSamples2); HWTEST() local
343 float result = CalculateMaxAmplitudeForPCM16Bit(frame, nSamples); HWTEST() local
357 float result = CalculateMaxAmplitudeForPCM16Bit(frame, nSamples); HWTEST() local
371 float result = CalculateMaxAmplitudeForPCM16Bit(frame, nSamples); HWTEST() local
386 float result = CalculateMaxAmplitudeForPCM16Bit(frame, nSamples); HWTEST() local
400 float result = CalculateMaxAmplitudeForPCM16Bit(frame, nSamples); HWTEST() local
414 float result = CalculateMaxAmplitudeForPCM24Bit(frame, nSamples); HWTEST() local
429 float result = CalculateMaxAmplitudeForPCM24Bit(frame, nSamples); HWTEST() local
443 float result = CalculateMaxAmplitudeForPCM24Bit(frame, nSamples); HWTEST() local
458 float result = CalculateMaxAmplitudeForPCM24Bit(frame, nSamples); HWTEST() local
472 float result = CalculateMaxAmplitudeForPCM24Bit(frame, nSamples); HWTEST() local
486 float result = CalculateMaxAmplitudeForPCM32Bit(frame, nSamples); HWTEST() local
500 float result = CalculateMaxAmplitudeForPCM32Bit(frame, nSamples); HWTEST() local
514 float result = CalculateMaxAmplitudeForPCM32Bit(frame, nSamples); HWTEST() local
529 float result = CalculateMaxAmplitudeForPCM32Bit(frame, nSamples); HWTEST() local
543 float result = CalculateMaxAmplitudeForPCM32Bit(frame, nSamples); HWTEST() local
2248 int32_t result = audioSpeed->LoadChangeSpeedFunc(); HWTEST() local
2262 int32_t result = audioSpeed->LoadChangeSpeedFunc(); HWTEST() local
2276 int32_t result = audioSpeed->LoadChangeSpeedFunc(); HWTEST() local
2524 bool result = PermissionUtil::NeedVerifyBackgroundCapture(callingUid, sourceType); HWTEST() local
2538 bool result = PermissionUtil::NeedVerifyBackgroundCapture(callingUid, sourceType); HWTEST() local
2552 bool result = PermissionUtil::NeedVerifyBackgroundCapture(callingUid, sourceType); HWTEST() local
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_stream_collector.cpp911 bool result = false; in IsStreamActive() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_device_manager.cpp121 bool result = DeviceAttrMatch(devDesc, privacyType, devRole, devUsage); in FillArrayWhenDeviceAttrMatch() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h383 Color result; in Lerp() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp352 auto result = pthread_getname_np(pthread_self(), threadName, sizeof(threadName)); in DumpDrawingCpuMemory() local
438 auto result = pthread_getname_np(pthread_self(), threadName, sizeof(threadName)); in DumpDrawingGpuMemory() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp1452 int32_t result = OH_Drawing_TypographyGetUnresolvedGlyphsCount(typography); in HWTEST_F() local
1510 bool result = OH_Drawing_TypographyTextGetLineStyle(typoStyle); in HWTEST_F() local
1529 OH_Drawing_FontWeight result = OH_Drawing_TypographyTextlineStyleGetFontWeight(typoStyle); in HWTEST_F() local
1548 OH_Drawing_FontStyle result = OH_Drawing_TypographyTextlineStyleGetFontStyle(typoStyle); HWTEST_F() local
1569 char** result = OH_Drawing_TypographyTextlineStyleGetFontFamilies(typoStyle, &fontNum); HWTEST_F() local
1587 double result = OH_Drawing_TypographyTextlineStyleGetFontSize(typoStyle); HWTEST_F() local
1605 double result = OH_Drawing_TypographyTextlineStyleGetHeightScale(typoStyle); HWTEST_F() local
1625 bool result = OH_Drawing_TypographyTextlineStyleGetHeightOnly(typoStyle); HWTEST_F() local
1644 bool result = OH_Drawing_TypographyTextlineStyleGetHalfLeading(typoStyle); HWTEST_F() local
1661 double result = OH_Drawing_TypographyTextlineStyleGetSpacingScale(typoStyle); HWTEST_F() local
1681 OH_Drawing_TextDirection result = OH_Drawing_TypographyGetTextDirection(typoStyle); HWTEST_F() local
1698 size_t result = OH_Drawing_TypographyGetTextMaxLines(typoStyle); HWTEST_F() local
1715 char* result = OH_Drawing_TypographyGetTextEllipsis(typoStyle); HWTEST_F() local
1734 bool result = OH_Drawing_TypographyStyleEquals(from, to); HWTEST_F() local
1757 bool result = OH_Drawing_TypographyTextlineGetStyleOnly(typoStyle); HWTEST_F() local
1776 OH_Drawing_TextAlign result = OH_Drawing_TypographyGetTextAlign(typoStyle); HWTEST_F() local
1892 bool result = OH_Drawing_TextStyleIsAttributeMatched(txtStyle, txtStyleCompare, TEXT_STYLE_ALL_ATTRIBUTES); HWTEST_F() local
1912 bool result = OH_Drawing_TypographyStyleStrutStyleEquals(from, to); HWTEST_F() local
1961 bool result = OH_Drawing_TextStyleIsEqual(txtStyle, txtStyleCompare); HWTEST_F() local
2032 bool result = OH_Drawing_TextStyleIsEqualByFont(txtStyle, txtStyleCompare); HWTEST_F() local
2290 char** result = OH_Drawing_TypographyTextlineStyleGetFontFamilies(typoStyle, nullptr); HWTEST_F() local
2304 bool result = OH_Drawing_TypographyTextlineStyleGetHalfLeading(typoStyle); HWTEST_F() local
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp259 int result = DelayedSingleton<VolumeManagerService>::GetInstance()->Mount(volumeId); in Mount() local
270 int result = DelayedSingleton<VolumeManagerService>::GetInstance()->Unmount(volumeId); in Unmount() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.cpp140 napi_value result = nullptr; in CreateFont() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H A Djs_paragraph.cpp738 napi_value result = nullptr; in CreateJsTypography() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp781 DumpFps(std::string &result, const std::string &arg) const DumpFps() argument
826 DumpHitchs(std::string &result, const std::string &arg) const DumpHitchs() argument
841 ClearFpsDump(std::string &result, const std::string &arg) ClearFpsDump() argument
[all...]
H A Dhdi_layer.cpp631 void HdiLayer::SelectHitchsInfo(std::string windowName, std::string &result) in SelectHitchsInfo() argument
719 void HdiLayer::Dump(std::string &result) in Dump() argument
729 void HdiLayer::DumpByName(std::string windowName, std::string &result) in DumpByName() argument
743 void HdiLayer::DumpMergedResult(std::string &result) in DumpMergedResult() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp585 auto result = UserManager::GetInstance()->PrepareUserDirs(GLOBAL_USER_ID, CRYPTO_FLAG_EL1); in InitGlobalUserKeys() local
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp143 VkResult result = vkCreateInstance(&instanceCreateInfo, nullptr, &instance_); in TrytoCreateVkInstance() local
855 VkResult result = vkCreateDebugUtilsMessengerEXT(instance_, &createInfo, nullptr, &debugUtilsMessenger); in HWTEST_F() local
889 VkResult result = fpCreateSwapchainKHR(device_, &swapchainCI, nullptr, &swapChain); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp143 napi_value result = nullptr; in CreateJsPath() local
768 bool result = m_path->GetPositionAndTangent(distance, position, tangent, forceClosed); in OnGetPositionAndTangent() local
806 bool result in OnGetMatrix() local
830 bool result = m_path->BuildFromSVGString(str); OnBuildFromSvgString() local
1090 bool result = m_path->IsClosed(false); OnIsClosed() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_canvas.cpp338 bool result = vertices->MakeCopy(static_cast<VertexMode>(vertexMode), vertexCount, positionsPoint, in OH_Drawing_CanvasDrawVertices() local
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp424 std::pair<bool, int64_t> result = dvsync_->DoPreExecute(locker, con_); in WaitForVsyncOrRequest() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp790 int32_t result = hdiScreen_->SetScreenColorGamut(hdiMode[modeIdx]); in SetScreenColorGamut() local
808 int32_t result = hdiScreen_->SetScreenGamutMap(static_cast<GraphicGamutMap>(mode)); in SetScreenGamutMap() local
838 int32_t result = hdiScreen_->GetScreenGamutMap(hdiMode); in GetScreenGamutMap() local
993 int32_t result = GetScreenColorGamut(curGamut); in GetScreenColorSpace() local
1028 int32_t result = hdiScreen_->SetScreenColorGamut(hdiMode[curIdx]); in SetScreenColorSpace() local
1066 int32_t result = hdiScreen_->SetScreenConstraint(frameId, timestamp, static_cast<uint32_t>(type)); SetScreenConstraint() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp408 bool result = image->BuildFromCompressed(*canvas.GetGPUContext(), compressData_, in UploadGpu() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp627 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH3, totalSize, 1); in YuvP010Crop() local
669 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH3, totalSize, 1); in YuvP010Rotate() local
709 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH3, totalSize, 1); in ScaleYuv420P010() local
748 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH3, totalSize, 1); in ResizeYuv420P010() local
786 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH3, totalSize, 1); in FlipYuv420P010() local
829 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH3, totalSize, 1); TranslateYuv420P010() local
867 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH4, totalSize, 0); RGBA1010102Crop() local
907 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH4, totalSize, 0); RGBA1010102Rotate() local
945 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH4, totalSize, 0); RGBA1010102Scale() local
983 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH4, totalSize, 0); RGBA1010102Resize() local
1020 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH4, totalSize, 0); RGBA1010102Flip() local
1062 bool result = ReadFile(chOrg, IMAGE_INPUT_YUV_PATH4, totalSize, 0); RGBA1010102Translate() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_creator_napi.cpp74 napi_value result[2] = {0}; in CommonCallbackRoutine() local
225 napi_value result = nullptr; in JSCreateImageCreator() local
359 napi_value result = nullptr; BuildJsSize() local
639 napi_value result = nullptr; JsQueueImageCallBack() local
665 napi_value result = nullptr; JsQueueImage() local
795 napi_value result[PARAM2] = {0}; DoCallBackAfterWork() local
946 napi_value result = nullptr; JsOffTwoArgs() local
[all...]
H A Dpicture_napi.cpp97 napi_value result = nullptr; member
107 napi_value result = nullptr; in CreateEnumTypeObject() local
147 napi_value result[NUM_2] = {0}; in CommonCallbackRoutine() local
338 napi_value result = nullptr; CreatePicture() local
381 CreatePictureNapi(napi_env env, napi_value* result) CreatePictureNapi() argument
407 napi_value result = nullptr; GetAuxiliaryPicture() local
417 IMG_NAPI_CHECK_RET_D(IMG_IS_OK(status), result, IMAGE_LOGE("fail to arg info")); GetAuxiliaryPicture() local
420 IMG_NAPI_CHECK_RET_D(IMG_IS_READY(status, pictureNapi), result, IMAGE_LOGE("fail to unwrap PictureNapi")); GetAuxiliaryPicture() local
457 napi_value result = nullptr; SetAuxiliaryPicture() local
469 IMG_NAPI_CHECK_RET_D(IMG_IS_READY(status, pictureNapi), result, IMAGE_LOGE("fail to unwrap PictureNapi")); SetAuxiliaryPicture() local
471 IMG_NAPI_CHECK_RET_D(IMG_IS_OK(status), result, IMAGE_LOGE("fail to arg info")); SetAuxiliaryPicture() local
473 IMG_NAPI_CHECK_RET_D(IMG_IS_OK(status), result, IMAGE_LOGE("fail to get auxiliary picture Type")); SetAuxiliaryPicture() local
478 IMG_NAPI_CHECK_RET_D(IMG_IS_READY(status, pictureNapi), result, SetAuxiliaryPicture() local
531 napi_value result = nullptr; CreatePicture() local
581 napi_value result = nullptr; CreatePictureFromParcel() local
702 napi_value result = nullptr; CreateHDRComposedPixelmapComplete() local
717 napi_value result = nullptr; GetHdrComposedPixelMap() local
727 IMG_NAPI_CHECK_RET_D(IMG_IS_OK(status), result, IMAGE_LOGE("Fail to napi_get_cb_info")); GetHdrComposedPixelMap() local
731 IMG_NAPI_CHECK_RET_D(IMG_IS_READY(status, asyncContext->nConstructor), result, GetHdrComposedPixelMap() local
783 napi_value result = nullptr; GetMetadataComplete() local
802 napi_value result = nullptr; GetMetadata() local
812 IMG_NAPI_CHECK_RET_D(IMG_IS_OK(status), result, IMAGE_LOGE("Fail to get argment from info")); GetMetadata() local
843 napi_value result = nullptr; SetMetadataComplete() local
856 napi_value result = nullptr; SetMetadata() local
866 IMG_NAPI_CHECK_RET_D(IMG_IS_OK(status), result, IMAGE_LOGE("Fail to get argments from info")); SetMetadata() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp229 int result = AshmemSetProt(fd, PROT_READ | PROT_WRITE); in AllocBufferForShareType() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1444 uint32_t result = SUCCESS; in HWTEST_F() local
2079 bool result = imageSource->DecodeJpegGainMap(hdrType, scale, gainMapCtx, metadata); in HWTEST_F() local

Completed in 47 milliseconds

1...<<161162163164165166167168169170>>...190