Searched refs:directionType (Results 1 – 5 of 5) sorted by relevance
363 CallDirection directionType = CallDirection::CALL_DIRECTION_UNKNOW; member417 directionType = temp.directionType;
92 void SetDirection(int32_t directionType);
933 void PanRecognizer::PanVelocity::SetDirection(int32_t directionType) in SetDirection() argument936 if ((directionType & PanDirection::VERTICAL) == 0) { in SetDirection()938 } else if ((directionType & PanDirection::HORIZONTAL) == 0) { in SetDirection()
106 bucket.Put(CALL_DIRECTION, static_cast<int32_t>(info.directionType)); in MakeCallLogInsertBucket()
235 data.directionType = info.callDirection; in CopyCallInfoToRecord()