Searched refs:defaultProperties (Results 1 – 2 of 2) sorted by relevance
437 SLuint32 defaultProperties; in main() local438 result = (*playerPlaybackRate)->GetProperties(playerPlaybackRate, &defaultProperties); in main()441 defaultProperties); in main()
504 public UserProperties(@NonNull UserProperties defaultProperties) { in UserProperties() argument505 mDefaultProperties = defaultProperties; in UserProperties()