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

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/
TypeDescription.java 30 private Map<String, Class<? extends Object>> listProperties;
37 listProperties = new HashMap<String, Class<? extends Object>>();
92 listProperties.put(property, type);
103 return listProperties.get(property);
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleHal.h 43 virtual std::vector<VehiclePropConfig> listProperties() = 0;
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
EmulatedVehicleHal.h 55 std::vector<VehiclePropConfig> listProperties() override;
VehicleEmulator.cpp 65 std::vector<VehiclePropConfig> configs = mHal->listProperties();
84 std::vector<VehiclePropConfig> configs = mHal->listProperties();
EmulatedVehicleHal.cpp 124 std::vector<VehiclePropConfig> EmulatedVehicleHal::listProperties() {
  /packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/
VehicleNetworkAudioHelper.cpp 65 sp<VehiclePropertiesHolder> holder = mService->listProperties(VEHICLE_PROPERTY_AUDIO_FOCUS);
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleHalManager.cpp 201 auto supportedPropConfigs = mHal->listProperties();
  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VehicleHalManager_test.cpp 48 std::vector<VehiclePropConfig> listProperties() override {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h     [all...]

Completed in 858 milliseconds