HomeSort by relevance Sort by last modified time
    Searched defs:get_properties (Results 1 - 7 of 7) 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
  /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
  /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...]
  /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/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...]
  /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...]

Completed in 1116 milliseconds