Searched defs:dev (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsDevice.cpp | 57 void rsDeviceDestroy(RsDevice dev) in rsDeviceDestroy() 64 void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) in rsDeviceSetConfig()
|
D | rsContext.cpp | 319 Context::Context(Device *dev, bool useDepth) in Context() 804 Device * dev = static_cast<Device *>(vdev); in rsContextCreate() local
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 56 public int dev; field in FileUtils.FileStatus
|
/frameworks/base/services/java/com/android/server/ |
D | KeyInputQueue.java | 175 void computeHitRect(InputDevice dev, int dw, int dh) { in computeHitRect() 772 private boolean isInsideDisplay(InputDevice dev) { in isInsideDisplay() 794 private VirtualKey findVirtualKey(InputDevice dev) { in findVirtualKey()
|
D | InputDevice.java | 121 void dropBadPoint(InputDevice dev) { in dropBadPoint()
|
/frameworks/base/libs/ui/ |
D | KeyCharacterMap.cpp | 162 char dev[PROPERTY_VALUE_MAX]; in load() local
|
D | EventHub.cpp | 290 device_t* dev = mDevicesById[id].device; in getDevice() local
|
/frameworks/base/core/jni/ |
D | android_bluetooth_BluetoothAudioGateway.cpp | 471 static int setup_listening_socket(int dev, int channel) { in setup_listening_socket()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 65 native void nDeviceDestroy(int dev); in nDeviceDestroy() 66 native void nDeviceSetConfig(int dev, int param, int value); in nDeviceSetConfig() 67 native int nContextCreate(int dev, int ver, boolean useDepth); in nContextCreate()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 140 nDeviceDestroy(JNIEnv *_env, jobject _this, jint dev) in nDeviceDestroy() 147 nDeviceSetConfig(JNIEnv *_env, jobject _this, jint dev, jint p, jint value) in nDeviceSetConfig() 154 nContextCreate(JNIEnv *_env, jobject _this, jint dev, jint ver, jboolean useDepth) in nContextCreate()
|