Home | History | Annotate | Download | only in testlibs

Lines Matching full:int16_t

376         if (*pValueSize < sizeof(int16_t)) {
379 *pValueSize = sizeof(int16_t);
383 if (*pValueSize < 2 * sizeof(int16_t)) {
386 *pValueSize = 2 * sizeof(int16_t);
420 ALOGV("Equalizer_getParameter() EQ_PARAM_NUM_BANDS %d", *(int16_t *)pValue);
424 *(int16_t *)pValue = -9600;
425 *((int16_t *)pValue + 1) = 4800;
436 *(int16_t *)pValue = (int16_t)pEqualizer->getGain(param2);
477 ALOGV("Equalizer_getParameter() EQ_PARAM_GET_NUM_OF_PRESETS %d", *(int16_t *)pValue);
495 int16_t *p = (int16_t *)pValue;
497 p[0] = (int16_t)pEqualizer->getPreset();
498 p[1] = (int16_t)kNumBands;
500 p[2 + i] = (int16_t)pEqualizer->getGain(i);
555 level = (int32_t)(*(int16_t *)pValue);
566 int16_t *p = (int16_t *)pValue;