HomeSort by relevance Sort by last modified time
    Searched full:get_properties (Results 1 - 25 of 26) sorted by null

1 2

  /device/google/dragon/audio/hal/
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_module.h 67 int (*get_properties)(struct dsp_module *mod); member in struct:dsp_module
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/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 757 rdev->device.get_properties = rdev_get_properties;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adomd.h 236 virtual HRESULT WINAPI get_Properties(Properties **ppvObject) = 0;
260 HRESULT (WINAPI *get_Properties)(ICellset *This,Properties **ppvObject);
286 #define ICellset_get_Properties(This,ppvObject) (This)->lpVtbl->get_Properties(This,ppvObject)
326 virtual HRESULT WINAPI get_Properties(Properties **ppvObject) = 0;
344 HRESULT (WINAPI *get_Properties)(Cell *This,Properties **ppvObject);
364 #define Cell_get_Properties(This,ppvObject) (This)->lpVtbl->get_Properties(This,ppvObject)
395 virtual HRESULT WINAPI get_Properties(Properties **ppvObject) = 0;
410 HRESULT (WINAPI *get_Properties)(Axis *This,Properties **ppvObject);
427 #define Axis_get_Properties(This,ppvObject) (This)->lpVtbl->get_Properties(This,ppvObject)
497 virtual HRESULT WINAPI get_Properties(Properties **ppvObject) = 0
    [all...]
mqoai.h     [all...]
adoctint.h 439 virtual HRESULT WINAPI get_Properties(ADOProperties **ppvObject) = 0;
462 HRESULT (WINAPI *get_Properties)(_ADOTable *This,ADOProperties **ppvObject);
487 #define _Table_get_Properties(This,ppvObject) (This)->lpVtbl->get_Properties(This,ppvObject)
    [all...]
adoint.h 599 virtual HRESULT WINAPI get_Properties(ADOProperties **ppvObject) = 0;
611 HRESULT (WINAPI *get_Properties)(_ADO *This,ADOProperties **ppvObject);
625 #define _ADO_get_Properties(This,ppvObject) (This)->lpVtbl -> get_Properties(This,ppvObject)
    [all...]
dbdaoint.h 217 STDMETHOD(get_Properties) (THIS_ DAOProperties **ppprops) PURE;
223 STDMETHOD(get_Properties) (DAOProperties **ppprops);
    [all...]
msimcsdk.h     [all...]
netcon.h     [all...]
mmcobj.h     [all...]
  /hardware/libhardware/include/hardware/
sound_trigger.h 73 int (*get_properties)(const struct sound_trigger_hw_device *dev, member in struct:sound_trigger_hw_device
radio.h 234 int (*get_properties)(const struct radio_hw_device *dev, member in struct:radio_hw_device
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 103 static int get_properties(int num_properties, bt_property_t *properties, jintArray *types, function in namespace:android
152 initialized array pointers alone to get_properties */
171 if (get_properties(num_properties, properties, &types, &props) < 0) {
217 initialized array pointers alone to get_properties */
240 if (get_properties(num_properties, properties, &types, &props) < 0) {
    [all...]
  /system/media/audio/include/system/
sound_trigger.h 62 * sound trigger implementation descriptor read by the framework via get_properties().
  /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 75 struct get_properties : std::integral_constant<Properties, static_cast<Properties>( struct in struct:BlendFormula
133 BlendFormula::get_properties<PRIMARY_OUT, SECONDARY_OUT, \
    [all...]
  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 673 stdev->device.get_properties = stdev_get_properties;
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 659 stdev->device.get_properties = stdev_get_properties;
  /frameworks/av/services/radio/
RadioService.cpp 78 rc = dev->get_properties(dev, &halProperties);
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 80 rc = dev->get_properties(dev, &descriptor.properties);
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c     [all...]

Completed in 2609 milliseconds

1 2