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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 292 char *devTag = strtok(tagLiteral, "|");
293 while (devTag != NULL) {
294 if (strlen(devTag) != 0) {
296 if (DeviceConverter::fromString(devTag, type)) {
308 declaredDevices.getDeviceFromTagName(String8(devTag));
314 devTag = strtok(NULL, "|");
Serializer.cpp 380 char *devTag = strtok(sourcesLiteral, ",");
381 while (devTag != NULL) {
382 if (strlen(devTag) != 0) {
383 sp<AudioPort> source = ctx->findPortByTagName(String8(devTag));
385 ALOGE("%s: no source found with name=%s", __FUNCTION__, devTag);
390 devTag = strtok(NULL, ",");

Completed in 150 milliseconds