Lines Matching defs:mode
290 info.mode = callRestrictionInfo.mode;
317 cFInfo.mode = callForwardSetInfo.mode;
329 int32_t HRilCall::SetCallPreferenceMode(int32_t serialId, int32_t mode)
332 serialId, HREQ_CALL_SET_CALL_PREFERENCE, callFuncs_, &HRilCallReq::SetCallPreferenceMode, mode);
425 callInfo.mode = curPtr->mode;
682 int32_t mode = 0;
684 mode = *((int32_t *)response);
686 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetCallPreferenceModeResponse, mode);