Home
last modified time | relevance | path

Searched defs:err (Results 1751 – 1775 of 2523) sorted by relevance

1...<<71727374757677787980>>...101

/aosp12/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c431 int err; in cnw_alloc() local
465 int err, i; in cnw_init() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiCandidates.java397 public final double err; field in WifiCandidates.ScoredCandidate
400 public ScoredCandidate(double value, double err, boolean userConnectChoiceOverride, in ScoredCandidate()
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DMetricsManager.cpp465 status_t err = NO_ERROR; in eventSanityCheck() local
496 status_t err = NO_ERROR; in eventSanityCheck() local
/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp132 int err = mANW->query(mANW.get(), NATIVE_WINDOW_QUEUES_TO_WINDOW_COMPOSER, in TEST_F() local
140 int err = mANW->query(mANW.get(), NATIVE_WINDOW_CONCRETE_TYPE, &result); in TEST_F() local
/aosp12/frameworks/native/services/sensorservice/
H A DSensorEventConnection.cpp688 status_t err; in enableDisable() local
740 status_t err = mService->adjustSamplingPeriodBasedOnMicAndPermission(&samplingPeriodNs, in setEventRate() local
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/
H A Dhw_hdmi.cpp506 ssize_t err = Sys::pwrite_(fd, data, strlen(data), 0); in OnMinHdcpEncryptionLevelChange() local
598 ssize_t err = Sys::pwrite_(fd, page_string, sizeof(page_string), 0); in RequestNewPage() local
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
H A Dhw_hdmi.cpp489 ssize_t err = Sys::pwrite_(fd, data, strlen(data), 0); in OnMinHdcpEncryptionLevelChange() local
581 ssize_t err = Sys::pwrite_(fd, page_string, sizeof(page_string), 0); in RequestNewPage() local
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_device_impl.cpp496 gralloc1_error_t err = dev->buf_mgr_->Perform(operation, args); in Gralloc1Perform() local
531 auto err = GRALLOC1_ERROR_BAD_HANDLE; in getTransportSize() local
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_device_impl.cpp516 gralloc1_error_t err = dev->buf_mgr_->Perform(operation, args); in Gralloc1Perform() local
550 auto err = GRALLOC1_ERROR_BAD_HANDLE; in getTransportSize() local
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_hdmi.cpp477 ssize_t err = Sys::pwrite_(fd, data, strlen(data), 0); in OnMinHdcpEncryptionLevelChange() local
569 ssize_t err = Sys::pwrite_(fd, page_string, sizeof(page_string), 0); in RequestNewPage() local
/aosp12/build/make/tools/zipalign/
H A DZipFile.cpp48 static status_t errnoToStatus(int err) in errnoToStatus()
100 int err = errno; in open() local
/aosp12/art/test/ti-agent/
H A Dredefinition_helper.cc48 std::stringstream err; in throwCommonRedefinitionError() local
366 std::stringstream err; in Java_art_Redefinition_popTransformationFor() local
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_utils.cpp423 int err = 0; in GetYUVPlaneInfo() local
720 int err = 0; in GetRgbDataAddress() local
/aosp12/system/libvintf/
H A DAssembleVintf.cpp223 status_t err = parser.processAndFinish(read(stream)); in parseFileForKernelConfigs() local
333 status_t err = parser.processAndFinish(read(kernelConfigFiles[0].stream())); in setDeviceManifestKernel() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp460 int32_t err = OH_NativeBuffer_Unmap(nativeBuffer); in FlushSurf() local
488 …int32_t err = OH_NativeWindow_NativeWindowRequestBuffer(nativeWindow, &ohNativeWindowBuffer, &fenc… in InputFuncSurface() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp266 int err = AV_ERR_OK; in RunVideoDec_Surface() local
306 int err = CreateVideoDecoder(codeName); in RunVideoDec() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp258 int err = AV_ERR_OK; in RunVideoDec_Surface() local
298 int err = CreateVideoDecoder(codeName); in RunVideoDec() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dothers_clone_restore.cpp188 int32_t err = GetAllfilesInCurrentDir(backupRestoreDir_); in Init() local
316 int err = E_OK; in GetAllfilesInCurrentDir() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/
H A Dcodec_server_coverage_unit_test.cpp483 int32_t err = AVCS_ERR_UNKNOWN; variable
554 int32_t err = AVCS_ERR_UNKNOWN; variable
/aosp12/art/compiler/
H A Dcommon_compiler_test.cc69 int err = ftruncate(mem_fd, capacity); in CodeAndMetadata() local
/aosp12/build/soong/third_party/zip/
H A Dreader.go187 err error // sticky error member
/aosp12/bootable/recovery/applypatch/
H A Dapplypatch.cpp431 Partition Partition::Parse(const std::string& input_str, std::string* err) { in Parse()
/aosp12/system/keymaster/key_blob_utils/
H A Dsoftware_keyblobs.cpp65 keymaster_error_t TranslateAuthorizationSetError(AuthorizationSet::Error err) { in TranslateAuthorizationSetError()
/aosp12/system/keymaster/km_openssl/
H A Dcertificate_utils.cpp345 keymaster_error_t err; in generate_self_signed_cert() local
/aosp12/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java159 String err = errors.get(i); in testAppStability() local

1...<<71727374757677787980>>...101