HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceProperties (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 209 const VkPhysicalDeviceProperties& getDeviceProperties (void) const { return m_deviceProperties; }
300 const vk::VkPhysicalDeviceProperties& Context::getDeviceProperties (void) const { return m_device->getDeviceProperties(); }
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 77 DeviceProperties getDeviceProperties(BluetoothDevice device) {
262 DeviceProperties prop = getDeviceProperties(device);
283 properties = getDeviceProperties(device);
301 device = getDeviceProperties(bdDevice);
373 DeviceProperties deviceProp = getDeviceProperties(device);

Completed in 211 milliseconds