/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
D | WifiP2pServiceResponse.java | 180 public void setSrcDevice(WifiP2pDevice dev) { in setSrcDevice() argument 181 if (dev == null) return; in setSrcDevice() 182 this.mDevice = dev; in setSrcDevice() 204 WifiP2pDevice dev = new WifiP2pDevice(); in newInstance() local 206 dev.deviceAddress = srcAddr; in newInstance() 236 transId, dev, null)); in newInstance() 250 transId, dev, data); in newInstance() 253 transId, dev, data); in newInstance() 255 resp = new WifiP2pServiceResponse(type, status, transId, dev, data); in newInstance() 368 WifiP2pDevice dev = (WifiP2pDevice)in.readParcelable(null); [all …]
|
D | WifiP2pDnsSdServiceResponse.java | 153 int tranId, WifiP2pDevice dev, byte[] data) { in WifiP2pDnsSdServiceResponse() argument 155 status, tranId, dev, data); in WifiP2pDnsSdServiceResponse() 296 int transId, WifiP2pDevice dev, byte[] data) { in newInstance() argument 299 transId, dev, null); in newInstance() 303 transId, dev, data); in newInstance()
|
D | WifiP2pUpnpServiceResponse.java | 81 int transId, WifiP2pDevice dev, byte[] data) { in WifiP2pUpnpServiceResponse() argument 83 status, transId, dev, data); in WifiP2pUpnpServiceResponse()
|
/frameworks/rs/ |
D | rsDevice.cpp | 48 void rsDeviceDestroy(RsDevice dev) { in rsDeviceDestroy() argument 49 Device * d = static_cast<Device *>(dev); in rsDeviceDestroy() 53 void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) { in rsDeviceSetConfig() argument 54 Device * d = static_cast<Device *>(dev); in rsDeviceSetConfig()
|
D | rs.h | 52 void rsDeviceDestroy(RsDevice dev); 53 void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value); 54 RsContext rsContextCreate(RsDevice dev, uint32_t version, uint32_t sdkVersion); 55 RsContext rsContextCreateGL(RsDevice dev, uint32_t version, uint32_t sdkVersion,
|
D | rsContext.cpp | 376 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) { in createContext() argument 379 if (!rsc->initContext(dev, sc)) { in createContext() 392 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) { in initContext() argument 398 dev->addContext(this); in initContext() 399 mDev = dev; in initContext() 743 Device * dev = static_cast<Device *>(vdev); in rsContextCreate() local 744 Context *rsc = Context::createContext(dev, NULL); in rsContextCreate() 755 Device * dev = static_cast<Device *>(vdev); in rsContextCreateGL() local 756 Context *rsc = Context::createContext(dev, &sc); in rsContextCreateGL()
|
/frameworks/base/native/ |
D | copy-to-ndk.sh | 26 if diff $src $dst >/dev/null; then 27 echo "$i: has not changed from $j" >/dev/null 31 echo "$i: has changed from $j" >/dev/null 42 if diff $SRC_LIB_ANDROID $DST_LIB_ANDROID >/dev/null; then
|
/frameworks/base/tests/backup/ |
D | backup_stress_test.sh | 48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr 51 printf "Iteration %d:\tPASS; remaining: %d\n" $i $(($iterations - $i - 1)) > /dev/stderr 59 echo "DONE: $iterations iterations with $failures failures." > /dev/stderr
|
/frameworks/compile/libbcc/runtime/make/ |
D | options.mk | 30 ARFLAGS := cru 2> /dev/null 33 RANLIBFLAGS := 2> /dev/null
|
/frameworks/compile/mclinker/scripts/ |
D | envsetup.sh | 19 cd .. > /dev/null 22 cd $HERE > /dev/null
|
/frameworks/native/opengl/tools/glgen/ |
D | gen | 37 pushd src > /dev/null 44 popd > /dev/null 64 pushd out > /dev/null 67 popd > /dev/null
|
/frameworks/base/tools/obbtool/ |
D | mkobb.sh | 221 ${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${SLOP})) > /dev/nu… 235 loop_dev=/dev/mapper/${unique_dm_name}
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 78 native void nDeviceDestroy(int dev); in nDeviceDestroy() argument 79 native void nDeviceSetConfig(int dev, int param, int value); in nDeviceSetConfig() argument 108 native int rsnContextCreateGL(int dev, int ver, int sdkVer, in rsnContextCreateGL() argument 114 synchronized int nContextCreateGL(int dev, int ver, int sdkVer, in nContextCreateGL() argument 120 return rsnContextCreateGL(dev, ver, sdkVer, colorMin, colorPref, in nContextCreateGL() 125 native int rsnContextCreate(int dev, int ver, int sdkVer); in rsnContextCreate() argument 126 synchronized int nContextCreate(int dev, int ver, int sdkVer) { in nContextCreate() argument 127 return rsnContextCreate(dev, ver, sdkVer); in nContextCreate()
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 69 VER = ` if grep 'AM_INIT_AUTOMAKE.*BFD_VERSION' $(TOOL)/configure.in >/dev/null 2>&1; then \ 71 elif grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \ 75 elif grep VERSION $(TOOL)/Makefile.in > /dev/null 2>&1; then \ 150 elif grep '^diststuff:' $$d/Makefile >/dev/null ; then \ 153 elif grep '^info:' $$d/Makefile >/dev/null ; then \
|
/frameworks/testing/uiautomator/utils/uiautomatorviewer/etc/ |
D | uiautomatorviewer | 23 if expr "x${newProg}" : 'x/' >/dev/null; then
|
/frameworks/base/core/tests/overlaytests/ |
D | runtests.sh | 38 $adb wait-for-device logcat | grep -m 1 -e 'PowerManagerService.*bootCompleted' >/dev/null
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 185 static int load_audio_interface(const char *if_name, audio_hw_device_t **dev) in load_audio_interface() argument 196 rc = audio_hw_device_open(mod, dev); in load_audio_interface() 202 if ((*dev)->common.version != AUDIO_DEVICE_API_VERSION_CURRENT) { in load_audio_interface() 203 ALOGE("%s wrong audio hw device version %04x", __func__, (*dev)->common.version); in load_audio_interface() 210 *dev = NULL; in load_audio_interface() 299 audio_hw_device_t *dev = mAudioHwDevs.valueAt(i)->hwDevice(); in findSuitableHwDev_l() local 300 if ((dev->get_supported_devices(dev) & devices) == devices) in findSuitableHwDev_l() 301 return dev; in findSuitableHwDev_l() 414 audio_hw_device_t *dev = mAudioHwDevs.valueAt(i)->hwDevice(); in dump() local 415 dev->dump(dev, fd); in dump() [all …]
|
/frameworks/base/docs/html/ |
D | support.jd | 23 …android</a>, <a href="http://webchat.freenode.net/?channels=android-dev">#android-dev</a> <span st…
|
/frameworks/base/services/sensorservice/ |
D | SensorService.cpp | 71 SensorDevice& dev(SensorDevice::getInstance()); in onFirstRef() local 73 if (dev.initCheck() == NO_ERROR) { in onFirstRef() 75 ssize_t count = dev.getSensorList(&list); in onFirstRef()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0-highlights.jd | 628 <li><a href="#ui-dev">Unified UI framework for phones, tablets, and more</a></li> 629 <li><a href="#communication-dev">Communication and sharing</a></li> 630 <li><a href="#media-dev">New media capabilities</a></li> 631 <li><a href="#connectivity-dev">New types of connectivity</a></li> 632 <li><a href="#uicomp-dev">New UI components and capabilities</a></li> 633 <li><a href="input-dev">New input types and text services</a></li> 634 <li><a href="#accessibility-dev">Enhanced accessibility APIs</a></li> 635 <li><a href="#data-dev">Efficient network usage</a></li> 636 <li><a href="#security-dev">Security for apps and content</a></li> 637 <li><a href="#enterprise-dev">Enhancements for Enterprise</a></li> [all …]
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 171 nDeviceDestroy(JNIEnv *_env, jobject _this, jint dev) in nDeviceDestroy() argument 174 return rsDeviceDestroy((RsDevice)dev); in nDeviceDestroy() 178 nDeviceSetConfig(JNIEnv *_env, jobject _this, jint dev, jint p, jint value) in nDeviceSetConfig() argument 180 LOG_API("nDeviceSetConfig dev(%p), param(%i), value(%i)", (void *)dev, p, value); in nDeviceSetConfig() 181 return rsDeviceSetConfig((RsDevice)dev, (RsDeviceParam)p, value); in nDeviceSetConfig() 185 nContextCreate(JNIEnv *_env, jobject _this, jint dev, jint ver, jint sdkVer) in nContextCreate() argument 188 return (jint)rsContextCreate((RsDevice)dev, ver, sdkVer); in nContextCreate() 192 nContextCreateGL(JNIEnv *_env, jobject _this, jint dev, jint ver, jint sdkVer, in nContextCreateGL() argument 212 return (jint)rsContextCreateGL((RsDevice)dev, ver, sdkVer, sc, dpi); in nContextCreateGL()
|
/frameworks/av/media/mtp/ |
D | MtpPacket.cpp | 156 int result = usb_device_bulk_transfer(request->dev, in transfer()
|
/frameworks/base/core/jni/ |
D | android_bluetooth_BluetoothAudioGateway.cpp | 89 static int setup_listening_socket(int dev, int channel); 472 static int setup_listening_socket(int dev, int channel) { in setup_listening_socket() argument
|
/frameworks/base/core/java/android/server/ |
D | BluetoothBondState.java | 491 BluetoothDevice dev = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); 492 String address = dev.getAddress();
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 62 public int dev; field in FileUtils.FileStatus
|