H A D | audio_pathselect.c | 227 int32_t tpins, cJSON *renderObj, struct AudioHwRenderParam *renderParam, int32_t value) in SetRenderPathValue() 235 const char *renderDeviceType = AudioPathSelGetDeviceType(tpins); in SetRenderPathValue() 281 int32_t tpins, struct AudioHwRenderParam *renderParam, cJSON *cJsonObj, const char *deviceType, int32_t value) in SetMatchRenderDevicePath() 288 int32_t ret = SetRenderPathValue(tpins, cJsonObj, renderParam, value); in SetMatchRenderDevicePath() 323 int32_t tpins, struct AudioHwRenderParam *renderParam, cJSON *cJsonObj, int32_t value) in SetMatchRenderOtherDevicePath() 331 if ((j & tpins) == j) { in SetMatchRenderOtherDevicePath() 351 int32_t tpins = pins & OUTPUT_MASK; in AudioRenderParseDevice() local 362 switch (tpins) { in AudioRenderParseDevice() 370 ret = SetMatchRenderDevicePath(tpins, renderParam, cJsonObj, SPEAKER, AUDIO_DEV_ON); in AudioRenderParseDevice() 378 ret = SetMatchRenderDevicePath(tpins, renderPara in AudioRenderParseDevice() 226 SetRenderPathValue( int32_t tpins, cJSON *renderObj, struct AudioHwRenderParam *renderParam, int32_t value) SetRenderPathValue() argument 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 459 SetCapturePathValue( int32_t tpins, cJSON *captureSwitchObj, struct AudioHwCaptureParam *captureParam, int32_t value) SetCapturePathValue() argument 511 SetMatchCaptureDevicePath( struct AudioHwCaptureParam *captureParam, cJSON *cJsonObj, int32_t tpins, char *deviceType, int32_t value) SetMatchCaptureDevicePath() argument 555 SetMatchCaptureOtherDevicePath( struct AudioHwCaptureParam *captureParam, cJSON *cJsonObj, int32_t tpins, int32_t value) SetMatchCaptureOtherDevicePath() argument 595 int32_t tpins = pins & INPUT_MASK; AudioCaptureParseDevice() local [all...] |