HomeSort by relevance Sort by last modified time
    Searched refs:indSize (Results 1 - 5 of 5) sorted by null

  /device/moto/shamu/location/loc_api/loc_api_v02/
loc_api_v02_client.c 840 * @param [in] indSize
846 size_t indSize
858 status = locClientHandlePosReportInd(indId, indBuffer, indSize);
864 status = locClientHandleSatReportInd(indId, indBuffer, indSize);
871 status = locClientHandleNmeaReportInd(indId, indBuffer, indSize);
1031 indBuffer, indSize);
    [all...]
  /device/huawei/angler/location/loc_api/loc_api_v02/
loc_api_v02_client.c 781 * @param [in] indSize
787 size_t indSize
    [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
loc_api_v02_client.c 781 * @param [in] indSize
787 size_t indSize
    [all...]
  /device/google/marlin/location/loc_api/loc_api_v02/
loc_api_v02_client.c 889 size_t indSize = 0;
914 if( true == locClientGetSizeAndTypeByIndId(msg_id, &indSize, &indType))
919 indBuffer = malloc(indSize);
939 indSize);
999 indSize,
    [all...]
  /external/opencv3/modules/features2d/src/
brisk.cpp 402 unsigned int indSize = (unsigned int)indexChange.size();
403 if (indSize == 0)
406 indSize = (unsigned int)indexChange.size();
408 for (unsigned int i = 0; i < indSize; i++)
434 CV_Assert(noShortPairs_ < indSize);
    [all...]

Completed in 2499 milliseconds