HomeSort by relevance Sort by last modified time
    Searched refs:shallowCopyHidlStr (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleUtils.h 75 void shallowCopyHidlStr(hidl_string* dest, const hidl_string& src);
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleUtils.cpp 106 void shallowCopyHidlStr(hidl_string* dest, const hidl_string& src) {
123 shallowCopyHidlStr(&dest->value.stringValue, src.value.stringValue);

Completed in 84 milliseconds