Searched refs:mDepthStallDurations (Results 1 – 1 of 1) sorted by relevance
208 mDepthStallDurations = new StreamConfigurationDuration[0]; in StreamConfigurationMap()214 mDepthStallDurations = checkArrayElementsNotNull(depthStallDurations, in StreamConfigurationMap()1113 Arrays.equals(mDepthStallDurations, other.mDepthStallDurations) && in equals()1135 mDepthConfigurations, mDepthMinFrameDurations, mDepthStallDurations, in hashCode()1643 return (dataspace == HAL_DATASPACE_DEPTH) ? mDepthStallDurations : in getDurations()1926 private final StreamConfigurationDuration[] mDepthStallDurations; field in StreamConfigurationMap