Searched refs:mSystemInterface (Results 1 – 1 of 1) sorted by relevance
181 HfpAgSystemInterface& mSystemInterface = HfpAgSystemInterface::GetInstance(); in ProcessKeyPressed() local182 if (mSystemInterface.IsRinging()) { in ProcessKeyPressed()183 mSystemInterface.AnswerCall(device.GetAddress()); in ProcessKeyPressed()184 } else if (mSystemInterface.IsInCall()) { in ProcessKeyPressed()190 mSystemInterface.HangupCall(device.GetAddress()); in ProcessKeyPressed()199 std::string dialNumber = mSystemInterface.GetLastDialNumber(); in ProcessKeyPressed()204 mSystemInterface.DialOutCall(device.GetAddress(), dialNumber); in ProcessKeyPressed()