Searched refs:getDevice (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/jni/
H A Dcom_android_internal_graphics_NativeUtils.cpp49 const SkBitmap& bitmap = c->getDevice()->accessBitmap(true);
H A Dandroid_view_ViewRoot.cpp40 const SkBitmap& bm = canvas->getDevice()->accessBitmap(false);
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidGraphicsConfiguration.java85 public GraphicsDevice getDevice() { method in class:AndroidGraphicsConfiguration
/frameworks/base/awt/java/awt/
H A DGraphicsConfiguration.java144 public abstract GraphicsDevice getDevice(); method in class:GraphicsConfiguration
/frameworks/base/include/utils/
H A DMemoryHeapBase.h65 const char* getDevice() const;
/frameworks/base/libs/ui/
H A DEventHub.cpp116 device_t* device = getDevice(deviceId);
124 device_t* device = getDevice(deviceId);
133 device_t* device = getDevice(deviceId);
167 device_t* device = getDevice(deviceId);
191 device_t* device = getDevice(deviceId);
214 device_t* device = getDevice(deviceId);
242 EventHub::device_t* EventHub::getDevice(int32_t deviceId) const function in class:android::EventHub
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothClass.java183 public static int getDevice(int btClass) { method in class:BluetoothClass.Device
H A DBluetoothA2dp.java224 switch (BluetoothClass.Device.getDevice(btClass)) {
H A DBluetoothHeadset.java373 switch (BluetoothClass.Device.getDevice(btClass)) {
/frameworks/base/include/ui/
H A DEventHub.h115 device_t* getDevice(int32_t deviceId) const;
/frameworks/base/libs/utils/
H A DMemoryHeapBase.cpp178 const char* MemoryHeapBase::getDevice() const { function in class:android::MemoryHeapBase
H A DMemoryHeapPmem.cpp132 char const * const device = pmemHeap->getDevice();
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp87 return canvas->getDevice()->accessBitmap(false).isOpaque();
93 return canvas->getDevice()->accessBitmap(false).width();
99 return canvas->getDevice()->accessBitmap(false).height();
/frameworks/base/core/java/android/server/
H A DBluetoothEventLoop.java294 switch (BluetoothClass.Device.getDevice(btClass)) {
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp163 mHeap->getBase(), mHeap->getSize(), mHeap->getFlags(), mHeap->getDevice());

Completed in 330 milliseconds