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

  /device/google/dragon/audio/hal/
cras_dsp_module.h 67 int (*get_properties)(struct dsp_module *mod); member in struct:dsp_module
cras_dsp_mod_builtin.c 49 module->get_properties = &empty_get_properties;
95 module->get_properties = &empty_get_properties;
143 module->get_properties = &empty_get_properties;
215 module->get_properties = &empty_get_properties;
297 module->get_properties = &empty_get_properties;
393 module->get_properties = &empty_get_properties;
cras_dsp_pipeline.c 89 /* This caches the value returned from get_properties() of a module */
473 instance->properties = module->get_properties(module);
  /hardware/libhardware/include/hardware/
radio.h 234 int (*get_properties)(const struct radio_hw_device *dev, member in struct:radio_hw_device
sound_trigger.h 73 int (*get_properties)(const struct sound_trigger_hw_device *dev, member in struct:sound_trigger_hw_device
  /hardware/libhardware/modules/radio/
radio_hal_tool.c 41 device->get_properties(device, &hal_properties);
73 ret = device->get_properties(device, &hal_properties);
75 printf("Err: get_properties returned: %d\n", ret);
radio_hw.c 765 rdev->device.get_properties = rdev_get_properties;
  /frameworks/av/services/soundtrigger/
SoundTriggerHalLegacy.cpp 74 return mHwDevice->get_properties(mHwDevice, properties);
  /hardware/interfaces/broadcastradio/1.0/default/
BroadcastRadio.cpp 109 rc = mHwDevice->get_properties(mHwDevice, &halProperties);
  /hardware/interfaces/broadcastradio/1.1/default/
BroadcastRadio.cpp 108 rc = mHwDevice->get_properties(mHwDevice, &halProperties);
  /external/autotest/client/site_tests/security_SandboxedServices/
security_SandboxedServices.py 60 def get_properties(service, init_process): function
303 running_services_properties = [get_properties(s, init_process)
  /frameworks/av/services/radio/
RadioHalLegacy.cpp 93 int rc = mHwDevice->get_properties(mHwDevice, properties);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 80 static int get_properties(int num_properties, bt_property_t* properties, function in namespace:android
122 initialized array pointers alone to get_properties */
141 if (get_properties(num_properties, properties, &typesPtr, &propsPtr) < 0) {
176 initialized array pointers alone to get_properties */
205 if (get_properties(num_properties, properties, &typesPtr, &propsPtr) < 0) {
    [all...]
  /external/libdrm/tests/modetest/
modetest.c 565 #define get_properties(_res, __res, type, Type) \ macro
590 get_properties(res, res, crtc, CRTC);
591 get_properties(res, res, connector, CONNECTOR);
608 get_properties(res, plane_res, plane, PLANE);
    [all...]
  /external/libxml2/python/
libxml.py 312 def get_properties(self): member in class:xmlCore
395 properties = property(get_properties, None, None, "List of properies")
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 74 struct get_properties : std::integral_constant<Properties, static_cast<Properties>( struct in struct:BlendFormula
132 BlendFormula::get_properties<PRIMARY_OUT, SECONDARY_OUT, \
    [all...]
  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 674 stdev->device.get_properties = stdev_get_properties;
  /hardware/interfaces/soundtrigger/2.0/default/
SoundTriggerHalImpl.cpp 99 ret = mHwDevice->get_properties(mHwDevice, &halProperties);
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c     [all...]

Completed in 215 milliseconds