Searched defs:halResult (Results 1 – 7 of 7) sorted by relevance
118 int halResult = mHwSession.step(!directionDown); in step() local127 int halResult = mHwSession.scan(!directionDown, skipSubChannel); in scan() local136 int halResult = mHwSession.tune(Convert.programSelectorToHal(selector)); in tune() local170 int halResult = mHwSession.startProgramListUpdates(Convert.programFilterToHal(filter)); in startProgramListUpdates() local201 MutableInt halResult = new MutableInt(Result.UNKNOWN_ERROR); in isConfigFlagSet() local222 int halResult = mHwSession.setConfigFlag(flag, value); in setConfigFlag() local
85 MutableInt halResult = new MutableInt(Result.UNKNOWN_ERROR); in openSession() local107 MutableInt halResult = new MutableInt(Result.UNKNOWN_ERROR); in addAnnouncementListener() local
68 bool ThrowIfFailed(JNIEnv *env, const hardware::Return<void> &hidlResult, const T halResult) { in ThrowIfFailed()
250 Result halResult; in nativeGetConfiguration() local332 auto halResult = halTuner->startBackgroundScan(); in nativeStartBackgroundScan() local347 ProgramListResult halResult = ProgramListResult::NOT_INITIALIZED; in nativeGetProgramList() local409 Result halResult; in nativeIsAnalogForced() local429 auto halResult = halTuner->setAnalogForced(isForced); in nativeSetAnalogForced() local
179 Result halResult = Result::OK; in nativeLoadModules() local255 Result halResult; in nativeOpenTuner() local
187 bool __ThrowIfFailed(JNIEnv *env, const Result halResult) { in __ThrowIfFailed()211 bool __ThrowIfFailed(JNIEnv *env, const ProgramListResult halResult) { in __ThrowIfFailed()
215 static int toTransactionResult(int halResult) { in toTransactionResult()