Searched refs:default_value (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/ |
D | rsCompatibilityLib.cpp | 22 int property_get(const char *key, char *value, const char *default_value) { in property_get() argument 30 if (default_value) { in property_get() 31 len = strlen(default_value); in property_get() 32 memcpy(value, default_value, len + 1); in property_get()
|
D | rsCompatibilityLib.h | 34 int property_get(const char *key, char *value, const char *default_value);
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 791 nAudioPort->gains[j].default_value, in convertAudioPortFromNative()
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyManager.cpp | 5988 gain->mGain.default_value = atoi((char *)node->value); in loadGain() 6386 config->values[0] = mGain.default_value; in getDefaultConfig() 6395 config->values[i] = mGain.default_value; in getDefaultConfig() 6455 snprintf(buffer, SIZE, "%*s- default_value: %d mB\n", spaces, "", mGain.default_value); in dump()
|