Home
last modified time | relevance | path

Searched refs:hasVhal (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/
DEventLogHelper.java82 public static void writeCarServiceCreate(boolean hasVhal) { in writeCarServiceCreate() argument
83 EventLog.writeEvent(EventLogTags.CAR_SERVICE_CREATE, hasVhal ? 1 : 0); in writeCarServiceCreate()
90 public static void writeCarServiceDestroy(boolean hasVhal) { in writeCarServiceDestroy() argument
91 EventLog.writeEvent(EventLogTags.CAR_SERVICE_DESTROY, hasVhal ? 1 : 0); in writeCarServiceDestroy()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_built_in_api_list.txt149 method TIRAMISU_0 void writeCarServiceCreate(boolean hasVhal);
151 method TIRAMISU_0 void writeCarServiceDestroy(boolean hasVhal);