Home
last modified time | relevance | path

Searched refs:defaultProperties (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Dplaybq.cpp437 SLuint32 defaultProperties; in main() local
438 result = (*playerPlaybackRate)->GetProperties(playerPlaybackRate, &defaultProperties); in main()
441 defaultProperties); in main()
/frameworks/base/core/java/android/content/pm/
DUserProperties.java504 public UserProperties(@NonNull UserProperties defaultProperties) { in UserProperties() argument
505 mDefaultProperties = defaultProperties; in UserProperties()