Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:effect_uuid_t

391             (memcmp(&mDescriptor.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0)) {
1364 if (memcmp(&mEffects[i]->desc().uuid, &descriptor->uuid, sizeof(effect_uuid_t)) == 0) {
1387 const effect_uuid_t *type)
1392 if (memcmp(&mEffects[i]->desc().type, type, sizeof(effect_uuid_t)) == 0) {
1755 const effect_uuid_t *type, bool suspend)
1838 Vector<const effect_uuid_t *> types;
1858 static const effect_uuid_t SL_IID_VOLUME_ = { 0x09e8ede0, 0xddde, 0x11db, 0xb4f6,
1860 const effect_uuid_t * const SL_IID_VOLUME = &SL_IID_VOLUME_;
1868 (memcmp(&desc.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0) ||
1869 (memcmp(&desc.type, SL_IID_VOLUME, sizeof(effect_uuid_t)) == 0))) {
1887 const effect_uuid_t *type)