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

  /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...]
  /external/chromium_org/components/wifi/
wifi_test.cc 88 " [--get_properties]"
144 if (parsed_command_line.HasSwitch("get_properties")) {
  /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
  /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...]
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 268 stdev->device.get_properties = stdev_get_properties;
  /system/core/include/system/
sound_trigger.h 59 * sound trigger implementation descriptor read by the framework via get_properties().
  /external/chromium_org/win8/metro_driver/
metro_driver_win7.cc 171 virtual HRESULT STDMETHODCALLTYPE get_Properties(
    [all...]
chrome_app_view.cc     [all...]
chrome_app_view_ash.cc 381 hr = pointer_point_->get_Properties(&properties);
    [all...]
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 652 stdev->device.get_properties = stdev_get_properties;
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 79 rc = dev->get_properties(dev, &descriptor.properties);

Completed in 700 milliseconds