Searched defs:streamName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/media/src/com/android/commands/media/
H A DVolumeCtrl.java92 log(LOG_V, "will control stream=" + stream + " (" + streamName(stream) + ")");
177 static String streamName(int stream) { method in class:VolumeCtrl
/frameworks/wilhelm/src/itf/
H A DIStreamInformation.cpp178 char streamName[16]; // large enough for the fixed format in next line local
179 snprintf(streamName, sizeof(streamName), "stream%u", streamIndex);
180 size_t actualNameLength = strlen(streamName);
187 memcpy(pName, streamName, availableNameLength);
190 memcpy(pName, streamName, availableNameLength);
193 memcpy(pName, streamName, actualNameLength + 1);

Completed in 85 milliseconds