Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
H A DDetectionGenerator.h42 OccupantDetections GetNextDetections();
H A DDetectionGenerator.cpp35 OccupantDetections DetectionGenerator::GetNextDetections() { in GetNextDetections() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::DetectionGenerator
H A DOccupantAwareness.cpp161 mLatestDetections = mGenerator.GetNextDetections(); in workerThreadFunction()