HomeSort by relevance Sort by last modified time
    Searched refs:AUDIO_PORT_MAX_NAME_LEN (Results 1 - 3 of 3) sorted by null

  /system/media/audio/include/system/
audio.h 376 #define AUDIO_PORT_MAX_NAME_LEN 128
459 char name[AUDIO_PORT_MAX_NAME_LEN];
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 108 strlcpy(port->name, mName, AUDIO_PORT_MAX_NAME_LEN);
  /hardware/interfaces/audio/common/2.0/default/
HidlUtils.cpp 276 std::min(port.name.size(), static_cast<size_t>(AUDIO_PORT_MAX_NAME_LEN)));

Completed in 56 milliseconds