Home
last modified time | relevance | path

Searched refs:gLEDescriptor (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/loudness/
DEffectLoudnessEnhancer.cpp35 const effect_descriptor_t gLEDescriptor = { variable
203 if (memcmp(uuid, &gLEDescriptor.uuid, sizeof(effect_uuid_t)) != 0) { in LELib_Create()
255 if (memcmp(uuid, &gLEDescriptor.uuid, sizeof(effect_uuid_t)) == 0) { in LELib_GetDescriptor()
256 *pDescriptor = gLEDescriptor; in LELib_GetDescriptor()
440 *pDescriptor = gLEDescriptor; in LE_getDescriptor()