Home
last modified time | relevance | path

Searched defs:uc (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_tokener.c102 #define IS_HIGH_SURROGATE(uc) (((uc) & 0xFC00) == 0xD800) argument
103 #define IS_LOW_SURROGATE(uc) (((uc) & 0xFC00) == 0xDC00) argument
/hardware/google/easel/amber/camera/libhdrplusclient/
DHdrPlusClientUtils.cpp53 int32_t uc = ((uint8_t*)buffer.data)[uIndex] - 128; in getRgb() local
/hardware/qcom/audio/hal/msm8974/
Dplatform.c4294 struct audio_usecase *uc = NULL; in platform_get_voice_call_backend() local
4383 struct audio_usecase *uc; in pick_playback_cfg_for_uc() local
/hardware/qcom/audio/hal/
Daudio_hw.c1081 static snd_device_t derive_playback_snd_device(struct audio_usecase *uc, in derive_playback_snd_device()