Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/
DKeymaster.cpp133 std::sort(result.begin(), result.end(), in enumerateAvailableDevices()
157 std::sort(params_vec.begin(), params_vec.end()); in getHmacParameters()
Dauthorization_set.cpp87 std::sort(data_.begin(), data_.end(), keyParamLess); in Sort()
/hardware/interfaces/power/1.2/vts/functional/
DVtsHalPowerV1_2TargetTest.cpp79 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_F()
/hardware/interfaces/camera/common/1.0/default/include/
DCameraMetadata.h126 status_t sort();
/hardware/interfaces/broadcastradio/2.0/default/
DTunerSession.cpp37 using std::sort;
144 sort(list.begin(), list.end()); in scan()
/hardware/interfaces/power/1.1/vts/functional/
DVtsHalPowerV1_1TargetTest.cpp94 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_F()
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp97 difference.sort(); in cacheObserverRequest()
413 dataItemIdsSubscribedByThisClient.sort(); in notify()
414 dataItemIdsToBeSent.sort(); in notify()
/hardware/qcom/gps/msm8909w_3100/core/data-items/common/
DClientIndex.cpp153 difference.sort (); in add()
DDataItemIndex.cpp152 difference.sort (); in add()
/hardware/interfaces/broadcastradio/1.1/default/
DTuner.cpp51 using std::sort;
201 sort(list.begin(), list.end()); in scan()
/hardware/libhardware/modules/camera/3_4/
Dformat_metadata_factory.cpp242 std::sort(fps_ranges.begin(), fps_ranges.end(), FpsRangesCompare); in AddFormatComponents()
/hardware/interfaces/power/1.0/vts/functional/
DVtsHalPowerV1_0TargetTest.cpp152 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_F()
/hardware/interfaces/keymaster/4.0/vts/functional/
DHmacKeySharingTest.cpp124 std::sort(nonces.begin(), nonces.end()); in TEST_F()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp804 std::sort(sortedFmts.begin(), sortedFmts.end(), in trimSupportedFormats()
812 std::sort(sortedFmts.begin(), sortedFmts.end(), in trimSupportedFormats()
/hardware/interfaces/camera/common/1.0/default/
DCameraMetadata.cpp165 status_t CameraMetadata::sort() { in sort() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
/hardware/interfaces/keymaster/3.0/vts/functional/
Dauthorization_set.cpp94 std::sort(data_.begin(), data_.end(), keyParamLess); in Sort()
/hardware/interfaces/wifi/1.3/default/
Dwifi_chip.cpp148 valid_files.sort(); // sort the list of files by last modified time from in removeOldFilesInternal()
/hardware/qcom/msm8998/json-c/
DDoxyfile302 # will sort the (detailed) documentation of file and class members
308 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal246 * To ensure consistent ordering of the HmacSharingParameters, the caller must sort the
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal399 * sort of discontinuity in tick counting has occurred.
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1194 request->collectedResult.sort(); in processCaptureResultLocked()