Home
last modified time | relevance | path

Searched refs:Convert (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DTunerSession.java139 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 …]
DRadioModule.java79 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()
DConvert.java55 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/
DConvert.h59 int Convert(IAaptContext* context, LoadedApk* input, IArchiveWriter* output_writer,
DConvert.cpp257 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/
DConvert.java26 class Convert { class
/frameworks/rs/script_api/
Drs_convert.spec32 summary: Convert numerical vectors
162 summary: Convert a YUV value to RGBA
Drs_time.spec66 summary: Convert to local time
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp100 } 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/
DREADME.md125 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/
Dvignette_approx_f.rsh48 // Convert x and y to floating point coordinates with center as origin
Dvignette_f.rsh48 // Convert x and y to floating point coordinates with center as origin
Dfisheye_approx_f.rsh48 // Convert x and y to floating point coordinates with center as origin
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dvignette.rsh48 // Convert x and y to floating point coordinates with center as origin
Dfisheye.rsh46 // Convert x and y to floating point coordinates with center as origin
Dvignette_approx.rsh48 // Convert x and y to floating point coordinates with center as origin
Dfisheye_approx.rsh46 // Convert x and y to floating point coordinates with center as origin
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dfisheye.rsh46 // Convert x and y to floating point coordinates with center as origin
Dvignette_approx.rsh48 // Convert x and y to floating point coordinates with center as origin
Dvignette.rsh48 // Convert x and y to floating point coordinates with center as origin
Dfisheye_approx.rsh46 // Convert x and y to floating point coordinates with center as origin
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dvignette_approx.rsh48 // Convert x and y to floating point coordinates with center as origin
Dvignette.rsh48 // Convert x and y to floating point coordinates with center as origin
Dfisheye.rsh46 // Convert x and y to floating point coordinates with center as origin
Dfisheye_approx.rsh46 // Convert x and y to floating point coordinates with center as origin

12