/hardware/google/av/hooks/ |
D | pre-commit | 26 BEGIN { found=0 } 28 if (found) { print substr(chunk, 2); found=0; chunk="" } 35 found=1; 45 END { if (found) { print substr(chunk, 2) } }
|
/hardware/qcom/sm8150/thermal/ |
D | thermal_common.c | 132 int found = -1; in get_tzn() local 139 return found; in get_tzn() 145 return found; in get_tzn() 150 return found; in get_tzn() 182 found = 1; in get_tzn() 187 if (found == 1) in get_tzn() 191 if (found == 1) { in get_tzn() 195 found = tzn; in get_tzn() 202 return found; in get_tzn()
|
/hardware/qcom/sdm845/thermal/ |
D | thermal_common.c | 132 int found = -1; in get_tzn() local 139 return found; in get_tzn() 145 return found; in get_tzn() 150 return found; in get_tzn() 182 found = 1; in get_tzn() 187 if (found == 1) in get_tzn() 191 if (found == 1) { in get_tzn() 195 found = tzn; in get_tzn() 202 return found; in get_tzn()
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | TunerSession.cpp | 146 auto found = lower_bound(list.begin(), list.end(), VirtualProgram({current})); in scan() local 148 if (found < list.end() - 1) { in scan() 149 if (tunesTo(current, found->selector)) found++; in scan() 151 found = list.begin(); in scan() 154 if (found > list.begin() && found != list.end()) { in scan() 155 found--; in scan() 157 found = list.end() - 1; in scan() 160 auto tuneTo = found->selector; in scan()
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | Map.h | 165 bool found = false; in erase() local 172 found = true; in erase() 180 found = true; in erase() 191 found = true; in erase() 201 found = true; in erase() 214 if (found)size_of_list--; in erase() 216 return found; in erase()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | Map.h | 160 bool found = false; in erase() local 169 found = true; in erase() 177 found = true; in erase() 188 found = true; in erase() 198 found = true; in erase() 209 if(found)size_of_list--; in erase() 210 return found; in erase()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 165 bool found = false; in erase() local 172 found = true; in erase() 180 found = true; in erase() 191 found = true; in erase() 201 found = true; in erase() 214 if (found)size_of_list--; in erase() 216 return found; in erase()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 165 bool found = false; in erase() local 172 found = true; in erase() 180 found = true; in erase() 191 found = true; in erase() 201 found = true; in erase() 214 if (found)size_of_list--; in erase() 216 return found; in erase()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 166 bool found = false; in erase() local 173 found = true; in erase() 181 found = true; in erase() 192 found = true; in erase() 202 found = true; in erase() 215 if (found)size_of_list--; in erase() 217 return found; in erase()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 165 bool found = false; in erase() local 172 found = true; in erase() 180 found = true; in erase() 191 found = true; in erase() 201 found = true; in erase() 214 if (found)size_of_list--; in erase() 216 return found; in erase()
|
/hardware/qcom/sm8150/gps/android/1.1/ |
D | Gnss.cpp | 53 std::size_t found = s.find("CRM:"); in getVersionString() local 54 if (std::string::npos == found) { in getVersionString() 60 found += 4; in getVersionString() 61 while (0 != substr[found] && isspace(substr[found])) { in getVersionString() 62 found++; in getVersionString() 64 if (s.find("11:") != found) { in getVersionString() 67 s.erase(0, found + 3); in getVersionString() 69 found = s.find_first_of("\r\n"); in getVersionString() 70 if (std::string::npos != found) { in getVersionString() 71 s.erase(s.begin() + found, s.end()); in getVersionString()
|
/hardware/qcom/sdm845/gps/sdm845/android/ |
D | Gnss.cpp | 53 std::size_t found = s.find("CRM:"); in getVersionString() local 54 if (std::string::npos == found) { in getVersionString() 60 found += 4; in getVersionString() 61 while (0 != substr[found] && isspace(substr[found])) { in getVersionString() 62 found++; in getVersionString() 64 if (s.find("11:") != found) { in getVersionString() 67 s.erase(0, found + 3); in getVersionString() 69 found = s.find_first_of("\r\n"); in getVersionString() 70 if (std::string::npos != found) { in getVersionString() 71 s.erase(s.begin() + found, s.end()); in getVersionString()
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.cpp | 203 auto found = lower_bound(list.begin(), list.end(), VirtualProgram({current})); in scan() local 205 if (found < list.end() - 1) { in scan() 206 if (utils::tunesTo(current, found->selector)) found++; in scan() 208 found = list.begin(); in scan() 211 if (found > list.begin() && found != list.end()) { in scan() 212 found--; in scan() 214 found = list.end() - 1; in scan() 217 auto tuneTo = found->selector; in scan()
|
/hardware/libhardware/ |
D | hardware.c | 223 goto found; in hw_get_module_by_class() 233 goto found; in hw_get_module_by_class() 239 goto found; in hw_get_module_by_class() 244 found: in hw_get_module_by_class()
|
/hardware/interfaces/camera/ |
D | README.md | 9 More details and versioning information can be found within each particular HAL. 11 More complete information about the Android camera HAL and subsystem can be found at
|
/hardware/qcom/sm8150/gps/android/2.0/ |
D | Gnss.cpp | 55 std::size_t found = s.find("CRM:"); in getVersionString() local 56 if (std::string::npos == found) { in getVersionString() 62 found += 4; in getVersionString() 63 while (0 != substr[found] && isspace(substr[found])) { in getVersionString() 64 found++; in getVersionString() 66 if (s.find("11:") != found) { in getVersionString() 69 s.erase(0, found + 3); in getVersionString() 71 found = s.find_first_of("\r\n"); in getVersionString() 72 if (std::string::npos != found) { in getVersionString() 73 s.erase(s.begin() + found, s.end()); in getVersionString()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | CameraDeviceSession.cpp | 233 bool found = false; in preProcessConfigurationLocked_3_4() local 236 found = true; in preProcessConfigurationLocked_3_4() 240 if (!found) { in preProcessConfigurationLocked_3_4() 256 bool found = false; in postProcessConfigurationLocked_3_4() local 259 found = true; in postProcessConfigurationLocked_3_4() 263 if (!found) { in postProcessConfigurationLocked_3_4() 294 bool found = false; in postProcessConfigurationFailureLocked_3_4() local 297 found = true; in postProcessConfigurationFailureLocked_3_4() 301 if (!found) { in postProcessConfigurationFailureLocked_3_4()
|
/hardware/interfaces/camera/common/ |
D | README.md | 11 More complete information about the Android camera HAL and subsystem can be found at
|
/hardware/interfaces/broadcastradio/1.0/ |
D | ITuner.hal | 49 * or after a time out or full band scan if no station found. 65 * or after a time out or full band scan if no station found. 81 * or after a time out or full band scan if no station found.
|
/hardware/interfaces/audio/6.0/ |
D | IDevicesFactory.hal | 48 * if there is no corresponding hardware module found, 65 * hardware module found, NOT_INITIALIZED if an error occurred
|
/hardware/interfaces/audio/5.0/ |
D | IDevicesFactory.hal | 48 * if there is no corresponding hardware module found, 65 * hardware module found, NOT_INITIALIZED if an error occurred
|
/hardware/interfaces/audio/4.0/ |
D | IDevicesFactory.hal | 48 * if there is no corresponding hardware module found, 65 * hardware module found, NOT_INITIALIZED if an error occurred
|
/hardware/interfaces/health/2.0/utils/ |
D | README.md | 8 Its Java equivalent can be found in `BatteryService.HealthServiceWrapper`.
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_tv_drm.cpp | 167 bool found = false; in GetDefaultConfig() local 173 found = true; in GetDefaultConfig() 179 return found ? kErrorNone : kErrorNotSupported; in GetDefaultConfig()
|
/hardware/interfaces/camera/provider/ |
D | README.md | 12 More complete information about the Android camera HAL and subsystem can be found at
|