H A D | audio_pathselect.c | 281 int32_t tpins, struct AudioHwRenderParam *renderParam, cJSON *cJsonObj, const char *deviceType, int32_t value) in SetMatchRenderDevicePath() 283 if (cJsonObj == NULL || renderParam == NULL) { in SetMatchRenderDevicePath() 287 if (strcasecmp(cJsonObj->string, deviceType) == 0) { in SetMatchRenderDevicePath() 288 int32_t ret = SetRenderPathValue(tpins, cJsonObj, renderParam, value); in SetMatchRenderDevicePath() 297 static int32_t SetMatchRenderDefaultDevicePath(struct AudioHwRenderParam *renderParam, cJSON *cJsonObj) in SetMatchRenderDefaultDevicePath() argument 300 if (cJsonObj == NULL || renderParam == NULL) { in SetMatchRenderDefaultDevicePath() 310 if (strcasecmp(deviceType, cJsonObj->string) == 0) { in SetMatchRenderDefaultDevicePath() 311 ret = SetRenderPathDefaultValue(cJsonObj, renderParam); in SetMatchRenderDefaultDevicePath() 323 int32_t tpins, struct AudioHwRenderParam *renderParam, cJSON *cJsonObj, int32_t value) in SetMatchRenderOtherDevicePath() 326 if (cJsonObj in SetMatchRenderOtherDevicePath() 280 SetMatchRenderDevicePath( int32_t tpins, struct AudioHwRenderParam *renderParam, cJSON *cJsonObj, const char *deviceType, int32_t value) SetMatchRenderDevicePath() argument 322 SetMatchRenderOtherDevicePath( int32_t tpins, struct AudioHwRenderParam *renderParam, cJSON *cJsonObj, int32_t value) SetMatchRenderOtherDevicePath() argument 342 AudioRenderParseDevice(struct AudioHwRenderParam *renderParam, cJSON *cJsonObj) AudioRenderParseDevice() argument 511 SetMatchCaptureDevicePath( struct AudioHwCaptureParam *captureParam, cJSON *cJsonObj, int32_t tpins, char *deviceType, int32_t value) SetMatchCaptureDevicePath() argument 528 SetMatchCaptureDefaultDevicePath(struct AudioHwCaptureParam *captureParam, cJSON *cJsonObj) SetMatchCaptureDefaultDevicePath() argument 555 SetMatchCaptureOtherDevicePath( struct AudioHwCaptureParam *captureParam, cJSON *cJsonObj, int32_t tpins, int32_t value) SetMatchCaptureOtherDevicePath() argument 576 AudioCaptureParseDevice(struct AudioHwCaptureParam *captureParam, cJSON *cJsonObj) AudioCaptureParseDevice() argument [all...] |