/frameworks/base/services/core/jni/ |
D | com_android_server_ConsumerIrService.cpp | 34 consumerir_device_t *dev; in halOpen() local 44 (hw_device_t **) &dev); in halOpen() 50 return reinterpret_cast<jlong>(dev); in halOpen() 57 consumerir_device_t *dev = reinterpret_cast<consumerir_device_t*>(halObject); in halTransmit() local 64 ret = dev->transmit(dev, carrierFrequency, cPattern.get(), patternLength); in halTransmit() 71 consumerir_device_t *dev = reinterpret_cast<consumerir_device_t*>(halObject); in halGetCarrierFrequencies() local 75 len = dev->get_num_carrier_freqs(dev); in halGetCarrierFrequencies() 81 len = dev->get_carrier_freqs(dev, len, ranges); in halGetCarrierFrequencies()
|
/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()
|
/frameworks/rs/ |
D | rsDevice.cpp | 48 extern "C" void rsDeviceDestroy(RsDevice dev) { in rsDeviceDestroy() argument 49 Device * d = static_cast<Device *>(dev); in rsDeviceDestroy() 53 extern "C" void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) { in rsDeviceSetConfig() argument 54 Device * d = static_cast<Device *>(dev); in rsDeviceSetConfig()
|
D | rs.h | 40 RsContext rsContextCreateGL(RsDevice dev, uint32_t version, uint32_t sdkVersion, 55 void rsDeviceDestroy(RsDevice dev); 56 void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value); 57 RsContext rsContextCreate(RsDevice dev, uint32_t version, uint32_t sdkVersion,
|
/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/av/services/audioflinger/ |
D | AudioFlinger.cpp | 140 static int load_audio_interface(const char *if_name, audio_hw_device_t **dev) in load_audio_interface() argument 151 rc = audio_hw_device_open(mod, dev); in load_audio_interface() 157 if ((*dev)->common.version < AUDIO_DEVICE_API_VERSION_MIN) { in load_audio_interface() 158 ALOGE("%s wrong audio hw device version %04x", __func__, (*dev)->common.version); in load_audio_interface() 165 *dev = NULL; in load_audio_interface() 291 audio_hw_device_t *dev = audioHwDevice->hwDevice(); in findSuitableHwDev_l() local 292 if ((dev->get_supported_devices != NULL) && in findSuitableHwDev_l() 293 (dev->get_supported_devices(dev) & devices) == devices) in findSuitableHwDev_l() 436 audio_hw_device_t *dev = mAudioHwDevs.valueAt(i)->hwDevice(); in dump() local 437 dev->dump(dev, fd); in dump() [all …]
|
/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/opt/setupwizard/tools/gradle/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 91 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 124 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` 179 (cd "$HOME/.android/cache" && rm -f api-versions*) 2> /dev/null
|
/frameworks/data-binding/compiler/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/data-binding/integration-tests/TestApp/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/data-binding/samples/BindingDemo/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/data-binding/developmentPlugins/bintrayPlugin/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/data-binding/extensions/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/data-binding/developmentPlugins/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/data-binding/integration-tests/IndependentLibrary/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/data-binding/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/data-binding/gradlePlugin/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/data-binding/integration-tests/App With Spaces/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/support/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/multidex/ |
D | gradlew | 57 if expr "$link" : '/.*' > /dev/null; then 86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun… 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | HeadsetProfile.java | 128 for (BluetoothDevice dev : deviceList) { in disconnect() 129 if (dev.equals(device)) { in disconnect() 147 for (BluetoothDevice dev : deviceList) { in getConnectionStatus() 148 if (dev.equals(device)) { in getConnectionStatus()
|
/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}
|