Home | History | Annotate | Download | only in libaudioclient

Lines Matching refs:halFrames

593     virtual status_t getRenderPosition(uint32_t *halFrames, uint32_t *dspFrames,
603 if (halFrames != NULL) {
604 *halFrames = tmp;
1249 uint32_t halFrames = 0;
1251 status_t status = getRenderPosition(&halFrames, &dspFrames, output);
1254 reply->writeInt32(halFrames);