Home
last modified time | relevance | path

Searched refs:getError (Results 1 – 25 of 32) sorted by relevance

12

/hardware/interfaces/audio/aidl/default/
DConfig.cpp34 LOG(WARNING) << func << ": " << mAudioPolicyConverter.getError(); in getSurroundSoundConfig()
50 LOG(INFO) << func << ": " << mEngConfigConverter.getError(); in getEngineConfig()
54 LOG(WARNING) << func << ": " << mAudioPolicyConverter.getError(); in getEngineConfig()
/hardware/interfaces/keymaster/4.0/vts/performance/
DBenchmark.cpp312 int getError() { return static_cast<int>(error_); } in getError() function in android::hardware::keymaster::V4_0::test::KeymasterWrapper
488 ("Key generation error, " + std::to_string(keymaster->getError())).c_str()); in sign()
499 ("Error beginning sign, " + std::to_string(keymaster->getError())).c_str()); in sign()
504 state.SkipWithError(("Sign error, " + std::to_string(keymaster->getError())).c_str()); in sign()
514 ("Key generation error, " + std::to_string(keymaster->getError())).c_str()); in verify()
523 ("Error beginning sign, " + std::to_string(keymaster->getError())).c_str()); in verify()
529 state.SkipWithError(("Sign error, " + std::to_string(keymaster->getError())).c_str()); in verify()
538 ("Verify begin error, " + std::to_string(keymaster->getError())).c_str()); in verify()
543 state.SkipWithError(("Verify error, " + std::to_string(keymaster->getError())).c_str()); in verify()
606 ("Key generation error, " + std::to_string(keymaster->getError())).c_str()); in encrypt()
[all …]
/hardware/interfaces/security/keymint/aidl/vts/performance/
DKeyMintBenchmark.cpp69 int getError() { return static_cast<int>(error_); } in getError() function in aidl::android::hardware::security::keymint::test::KeyMintBenchmarkTest
602 ("Key generation error, " + std::to_string(keymintTest->getError())).c_str()); in keygen()
654 ("Key generation error, " + std::to_string(keymintTest->getError())).c_str()); in sign()
667 ("Error beginning sign, " + std::to_string(keymintTest->getError())).c_str()); in sign()
673 state.SkipWithError(("Sign error, " + std::to_string(keymintTest->getError())).c_str()); in sign()
700 ("Key generation error, " + std::to_string(keymintTest->getError())).c_str()); in verify()
709 ("Error beginning sign, " + std::to_string(keymintTest->getError())).c_str()); in verify()
714 state.SkipWithError(("Sign error, " + std::to_string(keymintTest->getError())).c_str()); in verify()
726 ("Verify begin error, " + std::to_string(keymintTest->getError())).c_str()); in verify()
732 ("Verify error, " + std::to_string(keymintTest->getError())).c_str()); in verify()
[all …]
/hardware/interfaces/audio/aidl/common/include/
DStreamWorker.h53 std::string getError() { in getError() function
152 std::string getError() { return mThread.getError(); } in getError() function
/hardware/interfaces/audio/aidl/default/include/core-impl/
DAudioPolicyConfigXmlConverter.h49 std::string getError() const { return mConverter.getError(); } in getError() function
DEngineConfigXmlConverter.h39 std::string getError() const { return mConverter.getError(); } in getError() function
DXmlConverter.h39 const std::string& getError() const { return mErrorMessage; } in getError() function
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglThreadInfo.h34 EGLint getError() const { return m_err; } in getError() function
DEglImp.cpp218 if(tls_thread->getError() == EGL_SUCCESS) { \
1974 EGLint err = tls_thread->getError(); in eglGetError()
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_client_context.h69 virtual unsigned int getError(){ return 0; } in getError() function
/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_context.h89 virtual unsigned int getError(){ return 0; } in getError() function
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h103 int (*getError)(); member
/hardware/interfaces/audio/aidl/common/tests/
Dstreamworker_tests.cpp281 ASSERT_TRUE(worker.start(workerName)) << worker.getError(); in TEST_P()
289 ASSERT_TRUE(worker.start("", priority)) << worker.getError(); in TEST_P()
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DPolicyConfig.h52 std::string getError() const;
DPolicyConfig.cpp42 std::string PolicyConfig::getError() const { in getError() function in PolicyConfig
/hardware/interfaces/audio/core/all-versions/vts/functional/tests/
Dgenerators_tests.cpp65 ALOGE("%s", mConfig->getError().c_str()); in init()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DPolicyConfig.h49 std::string getError() const { in getError() function
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.h47 virtual GLenum getError() { return m_error; }; in getError() function
Dgl_client_context.h312 virtual unsigned int getError(){ return 0; } in getError() function
DGLEncoder.cpp52 GLenum err = ctx->getError(); in s_glGetError()
/hardware/interfaces/audio/aidl/vts/
DModuleConfig.h50 std::string getError() const { return mStatus.getMessage(); } in getError() function
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_client_context.h458 virtual unsigned int getError(){ return 0; } in getError() function
/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.h855 int getError() const;
DHistogramDevice.cpp1216 if ((ret = drmConfigBlobTmp->getError())) { in createDrmConfigBlob()
1583 int HistogramDevice::PropertyBlob::getError() const { in getError() function in HistogramDevice::PropertyBlob
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h243 int getError() { return mError; }; in getError() function

12