Home
last modified time | relevance | path

Searched defs:unspecified (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DModelArgumentInfo.h52 bool unspecified() const { return mState == UNSPECIFIED; } in unspecified() function
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java72 public static FrameFormat unspecified() { in unspecified() method in FrameFormat
/aosp12/hardware/interfaces/audio/common/all-versions/default/tests/
H A Dhidlutils_tests.cpp231 AudioConfigBaseOptional unspecified; in TEST() local