Searched refs:Convert (Results 1 – 25 of 32) sorted by relevance
12
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
D | TunerSession.java | 119 Convert.throwOnError("step", halResult); in step() 128 Convert.throwOnError("step", halResult); in scan() 136 int halResult = mHwSession.tune(Convert.programSelectorToHal(selector)); in tune() 137 Convert.throwOnError("tune", halResult); in tune() 170 int halResult = mHwSession.startProgramListUpdates(Convert.programFilterToHal(filter)); in startProgramListUpdates() 171 Convert.throwOnError("startProgramListUpdates", halResult); in startProgramListUpdates() 211 Convert.throwOnError("isConfigFlagSet", halResult.value); in isConfigFlagSet() 223 Convert.throwOnError("setConfigFlag", halResult); in setConfigFlag() 231 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in setParameters() 232 () -> mHwSession.setParameters(Convert.vendorInfoToHal(parameters)))); in setParameters() [all …]
|
D | TunerCallback.java | 54 dispatch(() -> mClientCb.onTuneFailed(result, Convert.programSelectorFromHal(selector))); in onTuneFailed() 59 dispatch(() -> mClientCb.onCurrentProgramInfoChanged(Convert.programInfoFromHal(info))); in onCurrentProgramInfoChanged() 64 dispatch(() -> mClientCb.onProgramListUpdated(Convert.programListChunkFromHal(chunk))); in onProgramListUpdated() 74 dispatch(() -> mClientCb.onParametersUpdated(Convert.vendorInfoFromHal(parameters))); in onParametersUpdated()
|
D | RadioModule.java | 71 RadioManager.ModuleProperties prop = Convert.propertiesFromHal(idx, fqName, in tryLoadingModule() 94 Convert.throwOnError("openSession", halResult.value); in openSession() 113 map(a -> Convert.announcementFromHal(a)).collect(Collectors.toList())); in addAnnouncementListener() 123 Convert.throwOnError("addAnnouncementListener", halResult.value); in addAnnouncementListener()
|
D | Convert.java | 55 class Convert { class 272 Arrays.stream(sel.getSecondaryIds()).map(Convert::programIdentifierToHal). in programSelectorToHal() 281 map(Convert::programIdentifierFromHal).map(Objects::requireNonNull). in programSelectorFromHal()
|
/frameworks/base/tools/aapt2/ |
D | Main.cpp | 61 extern int Convert(const std::vector<StringPiece>& args); 76 return Convert(args); in ExecuteCommand()
|
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/ |
D | Convert.java | 26 class Convert { class
|
/frameworks/rs/script_api/ |
D | rs_convert.spec | 32 summary: Convert numerical vectors 162 summary: Convert a YUV value to RGBA
|
D | rs_time.spec | 66 summary: Convert to local time
|
/frameworks/base/cmds/bootanimation/iot/ |
D | BootParameters.cpp | 107 if (converter.Convert(*(json.get()), &mRawParameters)) { in loadParameters()
|
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | convert.cpp | 100 } Convert; member 316 gjni.Convert.clazz, gjni.Convert.stringMapToNative, jInfo))); in VendorInfoToHal() 691 gjni.Convert.clazz = MakeGlobalRefOrDie(env, convertClass); in register_android_server_broadcastradio_convert() 692 gjni.Convert.stringMapToNative = GetStaticMethodIDOrDie(env, convertClass, "stringMapToNative", in register_android_server_broadcastradio_convert()
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | vignette_f.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | vignette_approx_f.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | fisheye_approx_f.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | fisheye.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
D | vignette_approx.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | vignette.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | fisheye_approx.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | fisheye_approx.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
D | vignette.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | fisheye.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
D | vignette_approx.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | fisheye.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
D | vignette_approx.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | fisheye_approx.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
D | vignette.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
12