Searched refs:mDepthStallDurations (Results 1 – 1 of 1) sorted by relevance
209 mDepthStallDurations = new StreamConfigurationDuration[0]; in StreamConfigurationMap()215 mDepthStallDurations = checkArrayElementsNotNull(depthStallDurations, in StreamConfigurationMap()1116 Arrays.equals(mDepthStallDurations, other.mDepthStallDurations) && in equals()1138 mDepthConfigurations, mDepthMinFrameDurations, mDepthStallDurations, in hashCode()1646 return (dataspace == HAL_DATASPACE_DEPTH) ? mDepthStallDurations : in getDurations()1929 private final StreamConfigurationDuration[] mDepthStallDurations; field in StreamConfigurationMap