Home
last modified time | relevance | path

Searched defs:hasSessionParameters (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/camera/camera2/
DSessionConfiguration.cpp73 bool hasSessionParameters = false; in readFromParcel() local
/frameworks/av/camera/include/camera/camera2/
DSessionConfiguration.h43 bool hasSessionParameters() const { return mHasSessionParameters; } in hasSessionParameters() function