/device/google/cuttlefish/guest/hals/camera/ |
D | stream_buffer_cache.cpp | 27 auto found = std::find_if(cache_.begin(), cache_.end(), id_match); in get() local 28 return (found != cache_.end()) ? *found : nullptr; in get() 46 auto found = std::find_if(cache_.begin(), cache_.end(), id_match); in update() local 47 if (found == cache_.end()) { in update() 50 (*found)->importFence(buffer.acquireFence); in update()
|
/device/google/sunfish/ |
D | init.qcom.modem_links.sh | 92 log -p w -t PIL no modem image found;; 102 log -p w -t PIL no adsp image found;; 112 log -p w -t PIL no wcnss image found;; 122 log -p w -t PIL no mba image found;;
|
/device/google/coral/ |
D | init.qcom.modem_links.sh | 92 log -p w -t PIL no modem image found;; 102 log -p w -t PIL no adsp image found;; 112 log -p w -t PIL no wcnss image found;; 122 log -p w -t PIL no mba image found;;
|
/device/google/redbull/ |
D | init.qcom.modem_links.sh | 92 log -p w -t PIL no modem image found;; 102 log -p w -t PIL no adsp image found;; 112 log -p w -t PIL no wcnss image found;; 122 log -p w -t PIL no mba image found;;
|
/device/google/gs-common/powerstats/ |
D | TpuDvfsStateResidencyDataProvider.cpp | 56 std::vector<std::string>::const_iterator found; in getStateResidencies() local 69 found = std::find(mFrequencies.begin(), mFrequencies.end(), split); in getStateResidencies() 70 if (found != mFrequencies.end()) { in getStateResidencies() 71 stateIdxMap.push_back(found - mFrequencies.begin()); in getStateResidencies()
|
D | DisplayMrrStateResidencyDataProvider.cpp | 116 std::vector<Config>::const_iterator found; in getStateResidencies() local 119 found = std::find(mConfigs.begin(), mConfigs.end(), config); in getStateResidencies() 120 if (found != mConfigs.end()) { in getStateResidencies() 121 stateResidencies[found - mConfigs.begin()].totalTimeInStateMs = duration; in getStateResidencies()
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/ |
D | block_device_vvu.policy | 3 # found in the LICENSE file. 9 # found in the LICENSE file. 22 # found in the LICENSE file. 92 # found in the LICENSE file.
|
D | serial_device_vvu.policy | 3 # found in the LICENSE file. 9 # found in the LICENSE file. 22 # found in the LICENSE file. 92 # found in the LICENSE file.
|
D | vhost_vsock_device_vvu.policy | 3 # found in the LICENSE file. 9 # found in the LICENSE file. 22 # found in the LICENSE file. 92 # found in the LICENSE file.
|
D | net_device.policy | 3 # found in the LICENSE file. 7 # found in the LICENSE file. 88 # found in the LICENSE file.
|
D | serial_device.policy | 3 # found in the LICENSE file. 9 # found in the LICENSE file. 90 # found in the LICENSE file.
|
D | block_device.policy | 3 # found in the LICENSE file. 9 # found in the LICENSE file. 90 # found in the LICENSE file.
|
D | vhost_vsock_device.policy | 3 # found in the LICENSE file. 9 # found in the LICENSE file. 90 # found in the LICENSE file.
|
D | vvu_proxy_device.policy | 3 # found in the LICENSE file. 7 # found in the LICENSE file.
|
D | tpm_device.policy | 3 # found in the LICENSE file. 7 # found in the LICENSE file.
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | thread_looper.cpp | 58 bool found = false; in CancelSerial() local 64 found = true; in CancelSerial() 69 return found; in CancelSerial()
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | SimpleGoldfishOMXComponent.cpp | 328 bool found = false; in freeBuffer() local 351 found = true; in freeBuffer() 356 CHECK(found); in freeBuffer() 418 bool found = false; in onMessageReceived() local 439 found = true; in onMessageReceived() 444 CHECK(found); in onMessageReceived()
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/ |
D | net_device.policy | 3 # found in the LICENSE file. 7 # found in the LICENSE file. 80 # found in the LICENSE file.
|
D | serial_device.policy | 3 # found in the LICENSE file. 9 # found in the LICENSE file. 82 # found in the LICENSE file.
|
D | tpm_device.policy | 3 # found in the LICENSE file. 7 # found in the LICENSE file.
|
D | scsi_device.policy | 3 # found in the LICENSE file. 7 # found in the LICENSE file.
|
D | balloon_device.policy | 3 # found in the LICENSE file. 7 # found in the LICENSE file.
|
/device/linaro/dragonboard/shared/utils/dlkm_loader/ |
D | dlkm_loader.rc | 7 # led-class-multicolor.ko as found in android14-5.15 but missing in android13-5.15 9 # regmap-spmi.ko as found in android13-5.15 but missing in android14-5.15
|
/device/google/zuma/ |
D | BoardConfig-common.mk | 401 $(error vendor_kernel_boot.modules.load not found or empty) 410 $(error vendor_dlkm.modules.load not found or empty) 416 $(error system_dlkm.modules.load not found or empty)
|
/device/google/cuttlefish/common/libs/utils/ |
D | proc_file_utils.cpp | 193 bool found = false; in CheckExecNameFromStatus() local 202 found = true; in CheckExecNameFromStatus() 206 CF_EXPECTF(found == true, in CheckExecNameFromStatus()
|