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

  /external/eigen/test/
cuda_common.h 86 cudaDeviceProp deviceProp;
87 cudaGetDeviceProperties(&deviceProp, device);
89 std::cout << " name: " << deviceProp.name << "\n";
90 std::cout << " capability: " << deviceProp.major << "." << deviceProp.minor << "\n";
91 std::cout << " multiProcessorCount: " << deviceProp.multiProcessorCount << "\n";
92 std::cout << " maxThreadsPerMultiProcessor: " << deviceProp.maxThreadsPerMultiProcessor << "\n";
93 std::cout << " warpSize: " << deviceProp.warpSize << "\n";
94 std::cout << " regsPerBlock: " << deviceProp.regsPerBlock << "\n";
95 std::cout << " concurrentKernels: " << deviceProp.concurrentKernels << "\n"
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
RemoteDevices.java 509 DeviceProperties deviceProp = getDeviceProperties(device);
510 if (deviceProp == null) {
518 new BluetoothClass(deviceProp.mBluetoothClass));
519 intent.putExtra(BluetoothDevice.EXTRA_RSSI, deviceProp.mRssi);
520 intent.putExtra(BluetoothDevice.EXTRA_NAME, deviceProp.mName);
  /frameworks/av/media/mtp/
MtpProperty.cpp 130 bool deviceProp = isDeviceProperty();
147 if (deviceProp) {
154 if (deviceProp) {
158 if (!deviceProp) {
179 bool deviceProp = isDeviceProperty();
197 if (deviceProp)
202 if (deviceProp)
205 if (!deviceProp)
340 bool deviceProp = isDeviceProperty();
341 if (deviceProp)
    [all...]

Completed in 767 milliseconds