Home
last modified time | relevance | path

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

/system/media/audio/include/system/
Daudio.h510 #define AUDIO_PORT_MAX_NAME_LEN 128 macro
650 char name[AUDIO_PORT_MAX_NAME_LEN];
697 char name[AUDIO_PORT_MAX_NAME_LEN];
728 strncpy(portV7->name, port->name, AUDIO_PORT_MAX_NAME_LEN); in audio_populate_audio_port_v7()
729 portV7->name[AUDIO_PORT_MAX_NAME_LEN-1] = '\0'; in audio_populate_audio_port_v7()
760 strncpy(port->name, portV7->name, AUDIO_PORT_MAX_NAME_LEN); in audio_populate_audio_port()
761 port->name[AUDIO_PORT_MAX_NAME_LEN-1] = '\0'; in audio_populate_audio_port()
935 strncmp(lhs->name, rhs->name, AUDIO_PORT_MAX_NAME_LEN) != 0 || in audio_ports_base_are_equal()
/system/media/tests/
Dsystemaudio_tests.cpp354 strncpy(port->name, mName.c_str(), AUDIO_PORT_MAX_NAME_LEN); in fillFakeAudioPortBaseInfo()
434 strncpy(lhs->name, rhs->name, AUDIO_PORT_MAX_NAME_LEN); in testAudioPortEquivalent()