Home
last modified time | relevance | path

Searched defs:getOutputs (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DReprocessFormatsMap.java178 public int[] getOutputs(final int format) { in getOutputs() method in ReprocessFormatsMap
/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DEvent.java102 public Map<ByteBuffer, byte[]> getOutputs() { in getOutputs() method in Event
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h403 virtual const SwAudioOutputCollection &getOutputs() const in getOutputs() function
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h328 const std::vector<uint32_t>& getOutputs() const { return mOutputs; } in getOutputs() function