Home
last modified time | relevance | path

Searched refs:err1 (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/rs/tests/lldb/tests/harness/
H A Dtest_base_remote.py101 err1 = dbg.SetCurrentPlatform('remote-android')
102 if err1.Fail():
103 log.fatal(err1.GetCString())
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraStream.cpp796 goto err1; in init()
805 goto err1; in init()
812 goto err1; in init()
822 goto err1; in init()
830 err1: in init()
1874 goto err1; in allocateBatchBufs()
1916 goto err1; in allocateBatchBufs()
1933 goto err1; in allocateBatchBufs()
1952 goto err1; in allocateBatchBufs()
1973 goto err1; in allocateBatchBufs()
[all …]
/aosp12/build/soong/third_party/zip/
H A Dreader.go205 if err1 := readDataDescriptor(r.desr, r.f); err1 != nil {
206 if err1 == io.EOF {
209 err = err1
/aosp12/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp774 status_t err1 = testStateTransitions(componentName, componentRole); in test() local
777 if (err1 != OK) { in test()
778 return err1; in test()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Stream.cpp402 goto err1; in init()
518 err1: in init()
1400 goto err1; in getBatchBufs()
1492 err1: in getBatchBufs()
H A DQCamera3HWI.cpp1220 goto err1; in initialize()
1226 goto err1; in initialize()
1245 err1: in initialize()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2InfoBuilder.cpp104 c2_status_t err1 = intf->querySupportedParams(&paramDescs); in addSupportedProfileLevels() local
105 if (err1 == C2_OK) { in addSupportedProfileLevels()