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

  /system/tools/aidl/tests/
aidl_test_client_parcelables.cpp 104 non_empty_bundle.putDoubleVector(String16("test_double_vector"), {2.2, 5.4});
  /frameworks/native/libs/binder/include/binder/
PersistableBundle.h 62 void putDoubleVector(const String16& key, const std::vector<double>& value);
Value.h 118 void putDoubleVector(const std::vector<double>& value);
  /frameworks/native/libs/binder/
PersistableBundle.cpp 206 void PersistableBundle::putDoubleVector(const String16& key, const vector<double>& value) {

Completed in 49 milliseconds