Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp974 CameraMetadata rawSessionChars; in getSessionCharacteristics() local
975 rawSessionChars = buffer; // clone buffer in getSessionCharacteristics()
976 rawSessionChars.sort(); // sort for faster lookups in getSessionCharacteristics()
981 return copySessionCharacteristics(/*from=*/rawSessionChars, /*to=*/outChars, in getSessionCharacteristics()