Home
last modified time | relevance | path

Searched refs:sharedMemoryFileCount (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl39 …nt(in android.hardware.automotive.vehicle.VehiclePropValues propValues, int sharedMemoryFileCount); in onPropertyEvent() argument
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl39 …nt(in android.hardware.automotive.vehicle.VehiclePropValues propValues, int sharedMemoryFileCount); in onPropertyEvent() argument
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl39 …nt(in android.hardware.automotive.vehicle.VehiclePropValues propValues, int sharedMemoryFileCount); in onPropertyEvent() argument
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl39 …nt(in android.hardware.automotive.vehicle.VehiclePropValues propValues, int sharedMemoryFileCount); in onPropertyEvent() argument
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl86 oneway void onPropertyEvent(in VehiclePropValues propValues, int sharedMemoryFileCount); in onPropertyEvent() argument
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleCallback.cpp73 int32_t sharedMemoryFileCount) { in onPropertyEvent() argument
77 mSharedMemoryFileCount = sharedMemoryFileCount; in onPropertyEvent()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DConnectedClient.cpp261 int32_t sharedMemoryFileCount = 0; in sendUpdatedValues() local
273 callback->onPropertyEvent(vehiclePropValues, sharedMemoryFileCount); in sendUpdatedValues()