Home | History | Annotate | Download | only in src

Lines Matching defs:device

55             std::string device;
56 deviceToString(mPatch.sources[i].ext.device.type, device);
57 snprintf(buffer, SIZE, "%*s- Device ID %d %s\n", spaces + 2, "",
59 device.c_str());
70 std::string device;
71 deviceToString(mPatch.sinks[i].ext.device.type, device);
72 snprintf(buffer, SIZE, "%*s- Device ID %d %s\n", spaces + 2, "",
74 device.c_str());
138 patch->mPatch.sources[srcIndex].ext.device.type == AUDIO_DEVICE_IN_STUB) {
144 patch->mPatch.sinks[sinkIndex].ext.device.type == AUDIO_DEVICE_OUT_STUB) {