Searched refs:androidDeviceId (Results 1 – 5 of 5) sorted by relevance
166 int androidDeviceId, std::vector<OccupantZoneInfo>* occupantZones) { in getOccupantZonesForDevice() argument167 if (mDeviceInfoById.find(androidDeviceId) == mDeviceInfoById.end()) { in getOccupantZonesForDevice()171 for (const auto& occupantZoneInfo : mDeviceInfoById[androidDeviceId].occupantZones) { in getOccupantZonesForDevice()182 ScopedAStatus IvnAndroidDeviceService::getEndpointInfoForDevice(int androidDeviceId, in getEndpointInfoForDevice() argument184 if (mDeviceInfoById.find(androidDeviceId) == mDeviceInfoById.end()) { in getEndpointInfoForDevice()188 *endpointInfo = mDeviceInfoById[androidDeviceId].endpointInfo; in getEndpointInfoForDevice()
66 OccupantZoneInfo[] getOccupantZonesForDevice(int androidDeviceId); in getOccupantZonesForDevice() argument80 EndpointInfo getEndpointInfoForDevice(int androidDeviceId); in getEndpointInfoForDevice() argument
40 android.hardware.automotive.ivn.OccupantZoneInfo[] getOccupantZonesForDevice(int androidDeviceId); in getOccupantZonesForDevice() argument42 android.hardware.automotive.ivn.EndpointInfo getEndpointInfoForDevice(int androidDeviceId); in getEndpointInfoForDevice() argument
53 int androidDeviceId,61 int androidDeviceId,