/hardware/qcom/audio/alsa_sound/ |
D | AudioHardwareALSA.cpp | 216 for(ALSAHandleList::iterator it = mDeviceList.begin(); in ~AudioHardwareALSA() local 217 it != mDeviceList.end(); ++it) { in ~AudioHardwareALSA() 218 it->useCase[0] = 0; in ~AudioHardwareALSA() 219 mDeviceList.erase(it); in ~AudioHardwareALSA() 640 ALSAHandleList::iterator it = mDeviceList.end(); in doRouting() local 641 it--; in doRouting() 642 mALSADevice->route(&(*it), (uint32_t)device, newMode); in doRouting() 651 ALSAHandleList::iterator it = mDeviceList.end(); in doRouting() local 652 it--; in doRouting() 653 mALSADevice->route(&(*it), AudioSystem::DEVICE_OUT_PROXY, in doRouting() [all …]
|
D | ALSAStreamOps.cpp | 72 for(ALSAHandleList::iterator it = mParent->mDeviceList.begin(); in ~ALSAStreamOps() local 73 it != mParent->mDeviceList.end(); ++it) { in ~ALSAStreamOps() 74 if (mHandle == &(*it)) { in ~ALSAStreamOps() 75 it->useCase[0] = 0; in ~ALSAStreamOps() 76 mParent->mDeviceList.erase(it); in ~ALSAStreamOps()
|
D | alsa_default.cpp | 559 for(ALSAUseCaseList::iterator it = mUseCaseList.begin(); it != mUseCaseList.end(); ++it) { in switchDevice() local 560 ALOGD("Route use case %s\n", it->useCase); in switchDevice() 562 strlen(SND_USE_CASE_VERB_INACTIVE))) && (!strncmp(use_case, it->useCase, MAX_UC_LEN))) { in switchDevice() 563 snd_use_case_set(handle->ucMgr, "_verb", it->useCase); in switchDevice() 565 snd_use_case_set(handle->ucMgr, "_enamod", it->useCase); in switchDevice()
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/ |
D | TrustletSession.cpp | 52 map<uint32_t, CWsm_ptr>::iterator it; in ~TrustletSession() local 58 for ( it = buffers.begin() ; it != buffers.end(); it++ ) in ~TrustletSession() 59 delete (*it).second; in ~TrustletSession()
|
/hardware/ril/mock-ril/ |
D | README.txt | 6 called "aprotoc" so it doesn't conflict with versions 7 already installed. If you wish to install it permanetly 25 or it can be passed on the command line: 28 If it's not set "passion" is the default. 53 in javascript, mock-ril.js. In addition it can be controlled by 74 node_object.* An object wrapper to make it easier to expose 111 1) On the device login in as root and remount file system so it's read/write: 123 /data/local.prop, but don't forget to reboot for it to take effect). 130 /system/bin/rild PID, 3212 below and kill it:
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 7 of this license document, but changing it is not allowed. 16 freedom to share and change it. By contrast, the GNU General Public 22 Free Software Foundation and other authors who decide to use it. You 23 can use it too, but we suggest you first think carefully about whether 31 it if you want it; that you can change the software and use pieces of 32 it in new free programs; and that you are informed that you can do 38 you if you distribute copies of the library or if you modify it. 46 it. And you must show them these terms so they know their rights. 52 To protect each distributor, we want to make it very clear that 81 We call this license the "Lesser" General Public License because it [all …]
|
/hardware/samsung_slsi/exynos5/mobicore/ |
D | README.android | 29 Loads the mobicore.img to DDR and starts executing it. 49 In case of a Device wipe in Android the /data/app/mcRegistry folder will be deleted with all it's c… 50 this the daemon supports a fallback location(eg /system/app/mcRegistry): it first tries to load the… 51 from /data/app/mcRegistry/[uuid].tlbin and if it fails then it tries to read the trustlet from /sys…
|
/hardware/broadcom/wlan/bcm4329/wpa_supplicant_8_lib/ |
D | NOTICE | 32 * This program is free software; you can redistribute it and/or modify 33 * it under the terms of the GNU General Public License version 2 as
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
D | NOTICE | 38 * This program is free software; you can redistribute it and/or modify 39 * it under the terms of the GNU General Public License version 2 as
|
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/ |
D | NOTICE | 38 * This program is free software; you can redistribute it and/or modify 39 * it under the terms of the GNU General Public License version 2 as
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 58 hereby covenants that it will not assert any claim that the Software created 92 promptly report to Broadcom any defects it finds in the Software, as an aid 130 strict confidence and not disclose it to any third party or use it in any way 134 Information as it uses in preserving the secrecy of its own most valuable 137 extent that it: (i) was in the public domain at the time it was disclosed or 206 the Agreement in addition to any other rights and remedies it may have.
|
/hardware/broadcom/wlan/bcm4329/firmware/ |
D | LICENSE.TXT | 58 hereby covenants that it will not assert any claim that the Software created 92 promptly report to Broadcom any defects it finds in the Software, as an aid 130 strict confidence and not disclose it to any third party or use it in any way 134 Information as it uses in preserving the secrecy of its own most valuable 137 extent that it: (i) was in the public domain at the time it was disclosed or 206 the Agreement in addition to any other rights and remedies it may have.
|
/hardware/invensense/libsensors_iio/ |
D | License.txt | 58 hereby covenants that it will not assert any claim that the Software created 92 promptly report to InvenSense any defects it finds in the Software, as an aid 130 strict confidence and not disclose it to any third party or use it in any way 134 Information as it uses in preserving the secrecy of its own most valuable 137 extent that it: (i) was in the public domain at the time it was disclosed or 206 the Agreement in addition to any other rights and remedies it may have.
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/ |
D | MobiCoreDriverDaemon.cpp | 94 driverResourcesList_t::iterator it; in ~MobiCoreDriverDaemon() local 95 for (it = driverResources.begin(); it != driverResources.end(); it++) { in ~MobiCoreDriverDaemon() 96 MobicoreDriverResources *res = *it; in ~MobiCoreDriverDaemon()
|
/hardware/ti/wlan/mac80211/ti-utils/ |
D | README | 11 it expects to read those parameters and send them to the chip. 79 The wl12xx driver has ability to use it's NVS file with radio parameters for 2 81 FEM parameters it needs and provides radio parameters according to answer. 139 There are 2 ways to do it - short where all parameters has default values and 151 In order to use it, copy the file to /lib/firmware/wl1271-nvs.bin and reload. 203 There are 2 ways to do it - short where all parameters has default values and
|
/hardware/libhardware/modules/ |
D | README.android | 5 (hardware.c), everything in it should be rewritten as modules.
|
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/ |
D | readme.txt | 2 to open UART and to deliver the control of it to the driver.
|