HomeSort by relevance Sort by last modified time
    Searched full:vehicle_prop_config_t (Results 1 - 17 of 17) sorted by null

  /packages/services/Car/vehicle_network_service/
InternalPropertyDef.c 22 static vehicle_prop_config_t INTERNAL_PROPERTIES[] = {
34 vehicle_prop_config_t const * getInternalProperties() {
39 return sizeof(INTERNAL_PROPERTIES) / sizeof(vehicle_prop_config_t);
VehicleNetworkService.cpp 352 vehicle_prop_config_t const * getInternalProperties();
379 vehicle_prop_config_t const* configs = mDevice->list_properties(mDevice, &numConfigs);
399 vehicle_prop_config_t const * VehicleNetworkService::findConfigLocked(int32_t property) {
411 vehicle_prop_config_t const * config = findConfigLocked(property);
423 vehicle_prop_config_t const * config = findConfigLocked(property);
440 vehicle_prop_config_t const * config = findConfigLocked(property);
455 bool VehicleNetworkService::isZonedProperty(vehicle_prop_config_t const * config) {
482 const vehicle_prop_config_t* config = findConfigLocked(property);
609 vehicle_prop_config_t const * config = findConfigLocked(prop);
    [all...]
VehicleHalPropertyUtil.h 35 static void dumpProperty(String8& msg, const vehicle_prop_config_t& config) {
VehicleNetworkService.h 321 vehicle_prop_config_t const * findConfigLocked(int32_t property);
325 static bool isZonedProperty(vehicle_prop_config_t const * config);
  /packages/services/Car/tests/libvehiclenetwork-native-test/
AudioPropertyDef.c 23 static vehicle_prop_config_t AUDIO_TEST_PROPERTIES[] = {
45 vehicle_prop_config_t const * getTestPropertiesForAudio() {
50 return sizeof(AUDIO_TEST_PROPERTIES) / sizeof(vehicle_prop_config_t);
VehicleHalMock.h 23 vehicle_prop_config_t const * getTestProperties();
33 vehicle_prop_config_t const * properties = getTestProperties();
TestPropertyDef.c 22 static vehicle_prop_config_t TEST_PROPERTIES[] = {
179 vehicle_prop_config_t const * getTestProperties() {
184 return sizeof(TEST_PROPERTIES) / sizeof(vehicle_prop_config_t);
VehicleNetworkAudioHelperTest.cpp 38 vehicle_prop_config_t const * getTestPropertiesForAudio();
47 vehicle_prop_config_t const * properties = getTestPropertiesForAudio();
IVehicleNetworkTest.cpp 84 vehicle_prop_config_t const * newConfig = *singleProperty->getList().begin();
VehicleNetworkTest.cpp 91 vehicle_prop_config_t const * newConfig = *singleProperty->getList().begin();
  /packages/services/Car/libvehiclenetwork/include/
VehicleNetworkDataTypes.h 53 * Collection of help utilities for vehicle_prop_config_t
58 * Helper utility to delete vehicle_prop_config_t manually. Client does not need to do this for
59 * VehiclePropertiesHolder. This is for the case where client creates vehicle_prop_config_t
62 static void deleteMembers(vehicle_prop_config_t* config) {
84 static bool isTheSame(const vehicle_prop_config_t& l, const vehicle_prop_config_t& r) {
122 * Ref counted container for array of vehicle_prop_config_t.
136 vehicle_prop_config_t* eDelete = const_cast<vehicle_prop_config_t*>(e);
143 List<vehicle_prop_config_t const *>& getList()
    [all...]
  /packages/services/Car/libvehiclenetwork/native/
VehicleNetworkProtoUtil.h 57 static status_t toVehiclePropConfigs(List<vehicle_prop_config_t const*> &in,
61 List<vehicle_prop_config_t const*>& out);
VehicleNetworkProtoUtil.cpp 290 status_t VehicleNetworkProtoUtil::toVehiclePropConfig(const vehicle_prop_config_t& in,
392 vehicle_prop_config_t& out) {
540 status_t VehicleNetworkProtoUtil::toVehiclePropConfigs(List<vehicle_prop_config_t const*> &in,
555 List<vehicle_prop_config_t const*>& out) {
559 vehicle_prop_config_t* entry = new vehicle_prop_config_t();
561 memset(entry, 0, sizeof(vehicle_prop_config_t));
571 vehicle_prop_config_t* eDelete = const_cast<vehicle_prop_config_t*>(e);
  /hardware/libhardware/modules/vehicle/
vehicle.c 67 static vehicle_prop_config_t CONFIGS[] = {
125 vehicle_prop_config_t* find_config(int prop) {
127 for (i = 0; i < sizeof(CONFIGS) / sizeof(vehicle_prop_config_t); i++) {
146 static vehicle_prop_config_t const * vdev_list_properties(vehicle_hw_device_t* device UNUSED,
150 *num_properties = sizeof(CONFIGS) / sizeof(vehicle_prop_config_t);
193 vehicle_prop_config_t* config = find_config(data->prop);
267 vehicle_prop_config_t* config = find_config(data->prop);
312 for (i = 0; i < sizeof(CONFIGS) / sizeof(vehicle_prop_config_t); i++) {
435 vehicle_prop_config_t* config = find_config(prop);
493 vehicle_prop_config_t* config = find_config(prop)
    [all...]
  /hardware/libhardware/tests/vehicle/
vehicle_tests.cpp 33 vehicle_prop_config_t const* config;
41 const vehicle_prop_config_t& config_temp = config[i];
vehicle-hal-tool.c 72 const vehicle_prop_config_t *configs = device->list_properties(device, &num_configs);
81 const vehicle_prop_config_t *config_temp = configs + i;
  /hardware/libhardware/include/hardware/
vehicle.h 1443 } vehicle_prop_config_t; typedef in typeref:struct:vehicle_prop_config
    [all...]

Completed in 901 milliseconds