/hardware/qcom/audio/legacy/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()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_logger.cpp | 318 nl_iterator it(vendor_data); in handleResponse() local 319 if (it.get_type() == LOGGER_ATTRIBUTE_RING_NUM) { in handleResponse() 320 unsigned int num_rings = it.get_u32(); in handleResponse() 329 it.get_type(), LOGGER_ATTRIBUTE_RING_NUM); in handleResponse() 333 it.next(); in handleResponse() 334 for (unsigned int i = 0; it.has_next() && i < *mNumRings; it.next()) { in handleResponse() 335 if (it.get_type() == LOGGER_ATTRIBUTE_RING_STATUS) { in handleResponse() 336 memcpy(status, it.get_data(), sizeof(wifi_ring_buffer_status)); in handleResponse() 341 it.get_type(), it.get_len()); in handleResponse() 500 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent() local [all …]
|
D | gscan.cpp | 258 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse() local 259 if (it.get_type() == GSCAN_ATTRIBUTE_NUM_CHANNELS) { in handleResponse() 260 num_channels_to_copy = it.get_u32(); in handleResponse() 265 } else if (it.get_type() == GSCAN_ATTRIBUTE_CHANNEL_LIST && num_channels_to_copy) { in handleResponse() 266 memcpy(channels, it.get_data(), sizeof(int) * num_channels_to_copy); in handleResponse() 269 it.get_type(), it.get_len()); in handleResponse() 293 for (nl_iterator it(attr); it.has_next() && i < num; it.next(), i++) { in parseScanResults() local 295 int index = it.get_type(); in parseScanResults() 297 nlattr *sc_data = (nlattr *) it.get_data(); in parseScanResults() 921 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse() local [all …]
|
D | rtt.cpp | 381 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent() local 382 if (it.get_type() == RTT_ATTRIBUTE_RESULTS_COMPLETE) { in handleEvent() 383 mCompleted = it.get_u32(); in handleEvent() 385 } else if (it.get_type() == RTT_ATTRIBUTE_RESULTS_PER_TARGET) { in handleEvent() 388 for (nl_iterator it2(it.get()); it2.has_next(); it2.next()) { in handleEvent()
|
D | wifi_hal.cpp | 879 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse() local 880 if (it.get_type() == ANDR_WIFI_ATTRIBUTE_NUM_FEATURE_SET) { in handleResponse() 881 num_features_set = it.get_u32(); in handleResponse() 886 } else if ((it.get_type() == ANDR_WIFI_ATTRIBUTE_FEATURE_SET) && in handleResponse() 888 feature_matrix[i] = it.get_u32(); in handleResponse() 892 it.get_type(), it.get_len()); in handleResponse()
|
/hardware/libhardware/modules/sensors/ |
D | multihal.cpp | 402 for (std::vector<hw_device_t*>::iterator it = this->sub_hw_devices.begin(); in close() local 403 it != this->sub_hw_devices.end(); it++) { in close() 404 hw_device_t* dev = *it; in close() 518 for (std::vector<char*>::iterator it = so_paths->begin(); it != so_paths->end(); it++) { in lazy_init_modules() local 519 char* path = *it; in lazy_init_modules() 562 for (std::vector<hw_module_t*>::iterator it = sub_hw_modules->begin(); in lazy_init_sensors_list() local 563 it != sub_hw_modules->end(); it++) { in lazy_init_sensors_list() 564 struct sensors_module_t *module = (struct sensors_module_t*) *it; in lazy_init_sensors_list() 577 for (std::vector<hw_module_t*>::iterator it = sub_hw_modules->begin(); in lazy_init_sensors_list() local 578 it != sub_hw_modules->end(); it++) { in lazy_init_sensors_list() [all …]
|
/hardware/intel/bootstub/ |
D | LICENSE | 15 of this license document, but changing it is not allowed. 20 freedom to share and change it. By contrast, the GNU General Public 25 using it. (Some other Free Software Foundation software is covered by 26 the GNU Library General Public License instead.) You can apply it to 32 this service if you wish), that you receive source code or can get it 33 if you want it, that you can change the software or use pieces of it 39 distribute copies of the software, or if you modify it. 61 program proprietary. To prevent this, we have made it clear that any 71 a notice placed by the copyright holder saying it may be distributed 75 that is to say, a work containing the Program or a portion of it, [all …]
|
/hardware/intel/common/libmix/mix_common/ |
D | INSTALL | 8 unlimited permission to copy, distribute and modify it. 22 definitions. Finally, it creates a shell script `config.status' that 38 may remove or edit it. 42 you want to change it or regenerate `configure' using a newer version 50 Running `configure' might take a while. While running, it prints 51 some messages telling which features it is checking for. 66 for the package's developers. If you use it, you may have to get 98 With a non-GNU `make', it is safer to compile the package for one 136 If the package supports it, you can cause programs to be installed 151 find the X include and library files automatically, but if it doesn't, [all …]
|
/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/qcom/display/msm8084/libqdutils/ |
D | cb_utils.cpp | 81 Region::const_iterator it = wormholeRegion.begin(); in getuiClearRegion() local 83 while (it != end) { in getuiClearRegion() 84 const Rect& r = *it++; in getuiClearRegion()
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | cb_utils.cpp | 81 Region::const_iterator it = wormholeRegion.begin(); in getuiClearRegion() local 83 while (it != end) { in getuiClearRegion() 84 const Rect& r = *it++; in getuiClearRegion()
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | cb_utils.cpp | 83 Region::const_iterator it = wormholeRegion.begin(); in getuiClearRegion() local 85 while (it != end) { in getuiClearRegion() 86 const Rect& r = *it++; in getuiClearRegion()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | README | 78 make patches much more easily, so we highly encourage it. 90 Once the package is downloaded, expand it using whichever tools you 109 To build Google Test and your tests that use it, you need to tell your 111 way to do it depends on which build system you use, and is usually 116 Suppose you put Google Test in directory ${GTEST_DIR}. To build it, 133 ${GTEST_DIR}/include in the system header search path, and link it 142 Test's own tests. Instead, it just builds the Google Test library and 143 a sample test. You can use it as a starting point for your own build 155 it. 161 If you don't have CMake installed already, you can download it for [all …]
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 420 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() local 421 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface() 422 QCamera3ProcessingChannel *channel = (*it)->channel; in ~QCamera3HardwareInterface() 442 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() local 443 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface() 444 QCamera3ProcessingChannel *channel = (*it)->channel; in ~QCamera3HardwareInterface() 447 free (*it); in ~QCamera3HardwareInterface() 1099 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in configureStreamsPerfLocked() local 1100 it != mStreamInfo.end(); it++) { in configureStreamsPerfLocked() 1101 QCamera3ProcessingChannel *channel = (QCamera3ProcessingChannel*)(*it)->stream->priv; in configureStreamsPerfLocked() [all …]
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 629 List<struct QCameraMemory::QCameraMemInfo>::iterator it; in clear() local 630 it = mPools[i].begin(); in clear() 631 for( ; it != mPools[i].end() ; it++) { in clear() 632 QCameraMemory::deallocOneBuffer(*it); in clear() 667 List<struct QCameraMemory::QCameraMemInfo>::iterator it; in findBufferLocked() local 668 it = mPools[streamType].begin(); in findBufferLocked() 669 for ( ; it != mPools[streamType].end() ; it++) { in findBufferLocked() 670 if ( ((*it).size >= size) && in findBufferLocked() 671 ((*it).heap_id == heap_id) && in findBufferLocked() 672 ((*it).cached == cached) ) { in findBufferLocked() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage.dox | 44 this storage, as it contains internal implementation details likely to 56 capabilities, of an algorithm can be queried from it's interface by using 125 a <code>deadline</code> of 5000us, the decoder will see that it has 3000us 162 After each segment is identified, it must be passed to the codec through the 169 allocating it immediately after it is returned from vpx_codec_get_mem_map(). 172 be used as it would be in normal internal allocation mode. 190 passing it to the application. The #VPX_CODEC_MEM_WRONLY flag indicates that 195 will be frequently accessed, and that it should be placed into fast memory, 205 longer used by the codec (for instance to deallocate it or close an
|
D | keywords.dox | 40 particular marketplace requires it or because the vendor feels that 41 it enhances the product while another vendor may omit the same item.
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
D | ThermalManager.java | 623 Iterator it = ThermalManager.sProfileZoneMap.entrySet().iterator(); in setBucketSizeForProfiles() local 624 while (it.hasNext()) { in setBucketSizeForProfiles() 625 Map.Entry entryProfZone = (Map.Entry) it.next(); in setBucketSizeForProfiles() 748 Iterator it = sProfileZoneMap.entrySet().iterator(); in buildProfileNameList() local 749 while (it.hasNext()) { in buildProfileNameList() 750 Map.Entry entry = (Map.Entry) it.next(); in buildProfileNameList()
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 49 # If a relative path is entered, it will be relative to the location 170 # member inherits the documentation from any documented member that it 177 # be part of the file/class/namespace that contains it. 221 # Doxygen selects the parser to use depending on the extension of the files it 223 # Doxygen has a built-in mapping, but you can override or extend it using this 271 # subgroup of that type (e.g. under the Public Functions section). Set it to 377 # Set it to YES to include the internal documentation. 452 …led and doxygen fails to do proper type resolution of all parameters of a function it will reject a 453 …implementation of a member function even if there is only one candidate or it is obvious which can… 488 # the initial value of a variable or macro consists of for it to appear in [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.asm | 40 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative 173 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative
|
/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/invensense/6515/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/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.
|