Searched refs:tmpType (Results 1 – 5 of 5) sorted by relevance
59 mClient->getDisplayConnectionType(display, [&](const auto& tmpError, const auto& tmpType) { in getDisplayConnectionType() argument61 *outType = tmpType; in getDisplayConnectionType()
213 mClient->getDisplayType(display, [&](const auto& tmpError, const auto& tmpType) { in getDisplayType() argument215 type = tmpType; in getDisplayType()
1317 int32_t tmpType; in onReadBuffer() local1318 CHECK(msg->findInt32("trackType", &tmpType)); in onReadBuffer()1319 media_track_type trackType = (media_track_type)tmpType; in onReadBuffer()
2422 TYPE tmpType = ele.getType(); in msgListing() local2423 if (smsCursor != null && ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals( in msgListing()2424 tmpType))) { in msgListing()2427 } else if (mmsCursor != null && (TYPE.MMS).equals(tmpType)) { in msgListing()2430 } else if (emailCursor != null && ((TYPE.EMAIL).equals(tmpType))) { in msgListing()2433 } else if (imCursor != null && ((TYPE.IM).equals(tmpType))) { in msgListing()
1117 mClient_2_4->getDisplayConnectionType(display, [&](const auto& tmpError, const auto& tmpType) { in getDisplayConnectionType() argument1123 *outType = tmpType; in getDisplayConnectionType()