Searched defs:cJsonObj (Results 1 – 3 of 3) sorted by relevance
| /drivers/peripheral/audio/effect/config/src/ |
| D | parse_effect_config.c | 94 cJSON *cJsonObj = cJSON_Parse(pJsonStr); in GetAudioEffectConfigToJsonObj() local 217 static int32_t AudioEffectGetEffectCfgDescs(cJSON *cJsonObj, const char *item, struct ConfigDescrip… in AudioEffectGetEffectCfgDescs() 305 static int32_t AudioEffectGetLibraryCfgDescs(cJSON *cJsonObj, const char *item, struct ConfigDescri… in AudioEffectGetLibraryCfgDescs() 383 cJSON *cJsonObj = GetAudioEffectConfigToJsonObj(path); in AudioEffectGetConfigDescriptor() local
|
| /drivers/peripheral/audio/hal/pathselect/src/ |
| D | audio_pathselect.c | 280 …int32_t tpins, struct AudioHwRenderParam *renderParam, cJSON *cJsonObj, const char *deviceType, in… in SetMatchRenderDevicePath() 296 …ic int32_t SetMatchRenderDefaultDevicePath(struct AudioHwRenderParam *renderParam, cJSON *cJsonObj) in SetMatchRenderDefaultDevicePath() 322 int32_t tpins, struct AudioHwRenderParam *renderParam, cJSON *cJsonObj, int32_t value) in SetMatchRenderOtherDevicePath() 341 static int32_t AudioRenderParseDevice(struct AudioHwRenderParam *renderParam, cJSON *cJsonObj) in AudioRenderParseDevice() 510 …struct AudioHwCaptureParam *captureParam, cJSON *cJsonObj, int32_t tpins, char *deviceType, int32_… in SetMatchCaptureDevicePath() 526 …int32_t SetMatchCaptureDefaultDevicePath(struct AudioHwCaptureParam *captureParam, cJSON *cJsonObj) in SetMatchCaptureDefaultDevicePath() 554 struct AudioHwCaptureParam *captureParam, cJSON *cJsonObj, int32_t tpins, int32_t value) in SetMatchCaptureOtherDevicePath() 574 static int32_t AudioCaptureParseDevice(struct AudioHwCaptureParam *captureParam, cJSON *cJsonObj) in AudioCaptureParseDevice()
|
| /drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
| D | audio_adapter_info_common.cpp | 231 static int32_t AudioAdaptersGetArraySize(const cJSON *cJsonObj, int *size) in AudioAdaptersGetArraySize() 469 cJSON *cJsonObj = cJSON_Parse(pJsonStr); in AudioAdaptersGetConfigToJsonObj() local 629 cJSON *cJsonObj = AudioAdaptersGetConfigToJsonObj(AUDIO_ADAPTER_CONFIG); in AudioAdaptersForUser() local
|