Searched refs:portDir (Results 1 – 1 of 1) sorted by relevance
257 cJSON *portDir = NULL; in AudioAdapterParsePort() local267 portDir = cJSON_GetObjectItem(port, "dir"); in AudioAdapterParsePort()268 if (portDir == NULL || portDir->valuestring == NULL) { in AudioAdapterParsePort()271 ret = AudioAdapterGetDir(portDir->valuestring); in AudioAdapterParsePort()