Searched defs:hidlResult (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | convert.h | 68 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()
|
D | Tuner.cpp | 252 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
|
D | BroadcastRadioService.cpp | 180 Return<void> hidlResult; in nativeLoadModules() local 258 auto hidlResult = module.radioModule->openTuner(bandConfigHal, withAudio, tunerCb, in nativeOpenTuner() local
|
D | convert.cpp | 176 bool ThrowIfFailed(JNIEnv *env, const hardware::Return<void> &hidlResult) { in ThrowIfFailed() 180 bool __ThrowIfFailedHidl(JNIEnv *env, const hardware::details::return_status &hidlResult) { in __ThrowIfFailedHidl()
|