/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 337 Ret); in component_init() 370 Ret); in component_init() 3075 Ret); in swvenc_get_buffer_req() 3084 RETURN(Ret); in swvenc_get_buffer_req() 3372 RETURN(Ret); in swvenc_set_rc_mode() 3518 RETURN(Ret); in swvenc_set_profile_level() 3566 RETURN(Ret); in swvenc_set_intra_refresh() 3590 RETURN(Ret); in swvenc_set_frame_rate() 3614 RETURN(Ret); in swvenc_set_bit_rate() 3640 RETURN(Ret); in swvenc_set_intra_period() [all …]
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 345 Ret); in component_init() 378 Ret); in component_init() 3015 Ret); in swvenc_get_buffer_req() 3024 RETURN(Ret); in swvenc_get_buffer_req() 3312 RETURN(Ret); in swvenc_set_rc_mode() 3453 RETURN(Ret); in swvenc_set_profile_level() 3501 RETURN(Ret); in swvenc_set_intra_refresh() 3525 RETURN(Ret); in swvenc_set_frame_rate() 3549 RETURN(Ret); in swvenc_set_bit_rate() 3575 RETURN(Ret); in swvenc_set_intra_period() [all …]
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 332 Ret); in component_init() 365 Ret); in component_init() 2959 Ret); in swvenc_get_buffer_req() 2968 RETURN(Ret); in swvenc_get_buffer_req() 3250 RETURN(Ret); in swvenc_set_rc_mode() 3391 RETURN(Ret); in swvenc_set_profile_level() 3439 RETURN(Ret); in swvenc_set_intra_refresh() 3463 RETURN(Ret); in swvenc_set_frame_rate() 3487 RETURN(Ret); in swvenc_set_bit_rate() 3513 RETURN(Ret); in swvenc_set_intra_period() [all …]
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 308 Ret); in component_init() 341 Ret); in component_init() 1716 SWVENC_STATUS Ret; in dev_start() local 2367 Ret); in swvenc_get_buffer_req() 2376 RETURN(Ret); in swvenc_get_buffer_req() 2643 RETURN(Ret); in swvenc_set_rc_mode() 2781 RETURN(Ret); in swvenc_set_profile_level() 2829 RETURN(Ret); in swvenc_set_intra_refresh() 2853 RETURN(Ret); in swvenc_set_frame_rate() 2877 RETURN(Ret); in swvenc_set_bit_rate() [all …]
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 308 Ret); in component_init() 341 Ret); in component_init() 2432 Ret); in swvenc_get_buffer_req() 2441 RETURN(Ret); in swvenc_get_buffer_req() 2709 RETURN(Ret); in swvenc_set_rc_mode() 2847 RETURN(Ret); in swvenc_set_profile_level() 2895 RETURN(Ret); in swvenc_set_intra_refresh() 2919 RETURN(Ret); in swvenc_set_frame_rate() 2943 RETURN(Ret); in swvenc_set_bit_rate() 2969 RETURN(Ret); in swvenc_set_intra_period() [all …]
|
/aosp12/system/libbase/include/android-base/ |
H A D | function_ref.h | 83 template <class Ret, class... Args> 84 class function_ref<Ret(Args...)> final { 91 std::is_invocable_r<Ret, Callable, Args...>::value && 94 : mTypeErasedFunction([](const function_ref* self, Args... args) -> Ret { in function_ref() 103 std::is_invocable_r<Ret, Callable, Args...>::value && 106 mTypeErasedFunction = [](const function_ref* self, Args... args) -> Ret { 116 Ret operator()(Args... args) const { in operator() 121 using TypeErasedFunc = Ret(const function_ref*, Args...);
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | AsyncCallRecorder.h | 150 template <typename Ret, typename... Args> 151 class AsyncCallRecorderWithCannedReturn<Ret (*)(Args...)> 154 explicit AsyncCallRecorderWithCannedReturn(Ret returnvalue) : mReturnValue(returnvalue) {} in AsyncCallRecorderWithCannedReturn() 164 const Ret mReturnValue;
|
/aosp12/system/teeui/libteeui/include/secure_input/ |
H A D | evdev.h | 38 template <typename Ret, typename... Args> class NonCopyableFunction<Ret(Args...)> { 43 virtual Ret operator()(Args... args) = 0; 55 Ret operator()(Args... args) override { return f_(std::move(args)...); } in operator() 71 Ret operator()(Args... args) { in operator()
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_export_reduce.cpp | 169 clang::FunctionDecl *Ret = nullptr; in lookupFunction() local 176 if (Ret) { in lookupFunction() 180 << Ret->getLocation().printToString(S.PP.getSourceManager()) in lookupFunction() 185 Ret = FDecl; in lookupFunction() 188 if (!Ret) { in lookupFunction() 196 if (Ret) { in lookupFunction() 198 if (Ret->getFormalLinkage() != clang::InternalLinkage) { in lookupFunction() 199 S.RSC.ReportError(Ret->getLocation(), "%0 must be static") in lookupFunction() 204 if (Ret == nullptr) in lookupFunction() 206 return Ret; in lookupFunction()
|
H A D | slang_rs_pragma_handler.cpp | 253 std::string Ret; in ListKeywords() local 259 Ret += ", "; in ListKeywords() 260 Ret += "'"; in ListKeywords() 261 Ret += entry.first; in ListKeywords() 262 Ret += "'"; in ListKeywords() 264 return Ret; in ListKeywords()
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | utils.h | 876 template <typename Ret, typename... Args> struct Callback<Ret(Args...)> { 877 Ret (*callback_)(Args... args, void* priv_data); 879 Ret operator()(Args... args) const { return callback_(args..., priv_data_); } 882 template <typename Ret, typename... Args> 883 Callback<Ret(Args...)> makeCallback(Ret (*fn)(Args..., void*), void* priv_data) { 887 template <typename Fn, typename Ret, typename... Args> struct CallbackHelper { 889 operator Callback<Ret(Args...)>() { 890 return makeCallback<Ret, Args...>( 891 [](Args... args, void* priv_data) -> Ret {
|
/aosp12/bionic/linker/ |
H A D | linker.h | 108 void ___cfi_fail(uint64_t CallSiteTypeId, void* Ptr, void *DiagData, void *Ret);
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 793 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local 794 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType() 795 return Ret; in createIdentifiedStructType() 799 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local 800 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType() 801 return Ret; in createIdentifiedStructType()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 1068 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local 1069 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType() 1070 return Ret; in createIdentifiedStructType() 1074 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local 1075 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType() 1076 return Ret; in createIdentifiedStructType()
|
/aosp12/libnativehelper/include_platform_header_only/nativehelper/detail/ |
H A D | signature_checker.h | 1058 template<template<typename Ret> class Func>
|
/aosp12/art/compiler/utils/arm64/ |
H A D | jni_macro_assembler_arm64.cc | 876 ___ Ret(); in RemoveFrame()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9/ |
H A D | BitcodeWriter.cpp | 1149 case Instruction::Ret: in WriteInstruction()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | BitcodeWriter.cpp | 1147 case Instruction::Ret: in WriteInstruction()
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | BitcodeWriter.cpp | 1180 case Instruction::Ret: in WriteInstruction()
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_arm64.cc | 1270 __ Ret(); in GenerateFrameExit()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
H A D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
H A D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |
H A D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |