Home
last modified time | relevance | path

Searched defs:describe (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/codec2/sfplugin/tests/
DReflectedParamUpdater_test.cpp85 static std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex index) { in describe() function
95 static std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex) { in describe() function
129 std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex paramIndex) const override { in describe() function in android::__anon8b1918600111::ParamReflector
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java339 public static String describe(int state) { in describe() method in StatusBarStateControllerImpl
/frameworks/base/tests/utils/testutils/java/com/android/test/filters/
DSelectTest.java125 public String describe() { in describe() method in SelectTest
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp172 …virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex paramIndex) const override… in describe() function in MyComponentInstance::MyParamReflector
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java113 private String describe(LocalBluetoothProfile profile) { in describe() method in CachedBluetoothDevice
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp37 C2ReflectorHelper::describe(C2Param::CoreIndex paramIndex) const { in describe() function in C2ReflectorHelper
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp694 virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex coreIndex) const { in getParamReflector() function
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1599 public void describe(StringBuilder msg, boolean allowDetailedLog) { in describe() method in SQLiteConnection.Operation