Home
last modified time | relevance | path

Searched defs:hidlResult (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.h68 bool ThrowIfFailed(JNIEnv *env, const hardware::Return<void> &hidlResult, const T halResult) { in ThrowIfFailed()
73 bool ThrowIfFailed(JNIEnv *env, const hardware::Return<T> &hidlResult) { in ThrowIfFailed()
DTuner.cpp252 auto hidlResult = halTuner->getConfiguration([&](Result result, const BandConfig& config) { in nativeGetConfiguration() local
350 auto hidlResult = halTuner->getProgramList(filter, in nativeGetProgramList() local
381 auto hidlResult = halModule->getImage(id, [&](hidl_vec<uint8_t> rawImage) { in nativeGetImage() local
411 auto hidlResult = halTuner->isAnalogForced([&](Result result, bool isForcedRet) { in nativeIsAnalogForced() local
DBroadcastRadioService.cpp180 Return<void> hidlResult; in nativeLoadModules() local
258 auto hidlResult = module.radioModule->openTuner(bandConfigHal, withAudio, tunerCb, in nativeOpenTuner() local
Dconvert.cpp176 bool ThrowIfFailed(JNIEnv *env, const hardware::Return<void> &hidlResult) { in ThrowIfFailed()
180 bool __ThrowIfFailedHidl(JNIEnv *env, const hardware::details::return_status &hidlResult) { in __ThrowIfFailedHidl()