Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:valueInt

610     int valueInt = static_cast<int>(reinterpret_cast<uintptr_t>(value));
619 static_cast<audio_channel_mask_t>(valueInt);
640 audio_format_t format = static_cast<audio_format_t>(valueInt);
654 audio_format_t format = static_cast<audio_format_t>(valueInt);
662 static_cast<audio_channel_mask_t>(valueInt);
676 ALOG_ASSERT(valueInt > 0, "bad sample rate %d", valueInt);
677 if (track.setResampler(uint32_t(valueInt), mSampleRate)) {
679 uint32_t(valueInt));