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

  /hardware/libhardware/include/hardware/
sound_trigger.h 72 int (*get_properties)(const struct sound_trigger_hw_device *dev, member in struct:sound_trigger_hw_device
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 268 stdev->device.get_properties = stdev_get_properties;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 99 static int get_properties(int num_properties, bt_property_t *properties, jintArray *types, function in namespace:android
148 initialized array pointers alone to get_properties */
167 if (get_properties(num_properties, properties, &types, &props) < 0) {
213 initialized array pointers alone to get_properties */
236 if (get_properties(num_properties, properties, &types, &props) < 0) {
    [all...]
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 649 stdev->device.get_properties = stdev_get_properties;
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 79 rc = dev->get_properties(dev, &descriptor.properties);

Completed in 130 milliseconds