/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
D | TunerSession.java | 139 Convert.throwOnError("step", halResult); in step() 148 Convert.throwOnError("step", halResult); in scan() 156 int halResult = mHwSession.tune(Convert.programSelectorToHal(selector)); in tune() 157 Convert.throwOnError("tune", halResult); in tune() 190 int halResult = mHwSession.startProgramListUpdates(Convert.programFilterToHal(filter)); in startProgramListUpdates() 191 Convert.throwOnError("startProgramListUpdates", halResult); in startProgramListUpdates() 231 Convert.throwOnError("isConfigFlagSet", halResult.value); in isConfigFlagSet() 243 Convert.throwOnError("setConfigFlag", halResult); in setConfigFlag() 251 return Convert.vendorInfoFromHal(Utils.maybeRethrow( in setParameters() 252 () -> mHwSession.setParameters(Convert.vendorInfoToHal(parameters)))); in setParameters() [all …]
|
D | RadioModule.java | 79 Convert.programSelectorFromHal(programSelector); 87 mProgramInfo = Convert.programInfoFromHal(halProgramInfo); 98 Convert.programListChunkFromHal(programListChunk); 114 Map<String, String> cparam = Convert.vendorInfoFromHal(parameters); 146 RadioManager.ModuleProperties prop = Convert.propertiesFromHal(idx, fqName, in tryLoadingModule() 166 Convert.throwOnError("openSession", result); in openSession() 269 map(a -> Convert.announcementFromHal(a)).collect(Collectors.toList())); in addAnnouncementListener() 279 Convert.throwOnError("addAnnouncementListener", halResult.value); in addAnnouncementListener()
|
D | Convert.java | 55 class Convert { class 272 Arrays.stream(sel.getSecondaryIds()).map(Convert::programIdentifierToHal). in programSelectorToHal() 291 map(Convert::programIdentifierFromHal).map(Objects::requireNonNull). in programSelectorFromHal()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Convert.h | 59 int Convert(IAaptContext* context, LoadedApk* input, IArchiveWriter* output_writer,
|
D | Convert.cpp | 257 int Convert(IAaptContext* context, LoadedApk* apk, IArchiveWriter* output_writer, in Convert() function 388 return Convert(&context, apk.get(), writer.get(), format, table_flattener_options_, in Action()
|
/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/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/ml/nn/tools/test_generator/ |
D | README.md | 125 Convert input/parameter/output to the specified type, e.g. float32 -> quant8. The target data type … 137 Convert input/parameter/output between NHWC and NCHW. The caller need to provide a list of target o… 181 Convert the model to enable/disable relaxed computation. 189 Convert the output by certain activation, the original activation is assumed to be NONE. The caller… 231 - **AllTensorsAsInputsConverter:** Convert all constant tensors in the model to model inputs. Will …
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | vignette_approx_f.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | vignette_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/src/com/android/rs/image/ |
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
|
D | fisheye_approx.rsh | 46 // 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 | 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_jb/src/com/android/rs/image/ |
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.rsh | 46 // 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
|