Home | History | Annotate | Download | only in tinyalsa

Lines Matching defs:source

3 ** Copyright 2011, The Android Open Source Project
5 ** Redistribution and use in source and binary forms, with or without
7 ** * Redistributions of source code must retain the above copyright
12 ** * Neither the name of The Android Open Source Project nor the names of
16 ** THIS SOFTWARE IS PROVIDED BY The Android Open Source Project ``AS IS'' AND
19 ** ARE DISCLAIMED. IN NO EVENT SHALL The Android Open Source Project BE LIABLE
346 void *source;
373 source = ev.value.integer.value;
391 source = tlv->tlv;
392 memcpy(array, source, count);
402 source = ev.value.bytes.data;
408 source = &ev.value.iec958;
415 memcpy(array, source, size * count);