Lines Matching refs:valueInt
796 int valueInt = static_cast<int>(reinterpret_cast<uintptr_t>(value));
805 static_cast<audio_channel_mask_t>(valueInt);
826 valueInt);
840 audio_format_t format = static_cast<audio_format_t>(valueInt);
848 static_cast<audio_channel_mask_t>(valueInt);
862 ALOG_ASSERT(valueInt > 0, "bad sample rate %d", valueInt);
863 if (track.setResampler(uint32_t(valueInt), mSampleRate)) {
865 uint32_t(valueInt));