Searched refs:setAdjustTimestampGapUs (Results 1 – 7 of 7) sorted by relevance
60 ::ndk::ScopedAStatus C2AidlNode::setAdjustTimestampGapUs(int32_t gapUs) { in setAdjustTimestampGapUs() function in android::C2AidlNode61 mImpl->setAdjustTimestampGapUs(gapUs); in setAdjustTimestampGapUs()
44 ::ndk::ScopedAStatus setAdjustTimestampGapUs(int32_t gapUs) override;
48 void setAdjustTimestampGapUs(int32_t gapUs);
120 mImpl->setAdjustTimestampGapUs(gapUs); in setParameter()
254 void C2NodeImpl::setAdjustTimestampGapUs(int32_t gapUs) { in setAdjustTimestampGapUs() function in android::C2NodeImpl
561 (void)mNode->setAdjustTimestampGapUs(gapUs); in configure()
43 void setAdjustTimestampGapUs(int gapUs); in setAdjustTimestampGapUs() method