Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/loudness/
DEffectLoudnessEnhancer.cpp39 const effect_descriptor_t gLEDescriptor = { variable
206 if (memcmp(uuid, &gLEDescriptor.uuid, sizeof(effect_uuid_t)) != 0) { in LELib_Create()
258 if (memcmp(uuid, &gLEDescriptor.uuid, sizeof(effect_uuid_t)) == 0) { in LELib_GetDescriptor()
259 *pDescriptor = gLEDescriptor; in LELib_GetDescriptor()
442 *pDescriptor = gLEDescriptor; in LE_getDescriptor()