Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 201) sorted by relevance

123456789

/device/google/cuttlefish/guest/hals/camera/
Dstream_buffer_cache.cpp27 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/
Dinit.qcom.modem_links.sh92 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/
Dinit.qcom.modem_links.sh92 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/
Dinit.qcom.modem_links.sh92 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/
DTpuDvfsStateResidencyDataProvider.cpp56 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()
DDisplayMrrStateResidencyDataProvider.cpp116 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/
Dblock_device_vvu.policy3 # found in the LICENSE file.
9 # found in the LICENSE file.
22 # found in the LICENSE file.
92 # found in the LICENSE file.
Dserial_device_vvu.policy3 # found in the LICENSE file.
9 # found in the LICENSE file.
22 # found in the LICENSE file.
92 # found in the LICENSE file.
Dvhost_vsock_device_vvu.policy3 # found in the LICENSE file.
9 # found in the LICENSE file.
22 # found in the LICENSE file.
92 # found in the LICENSE file.
Dnet_device.policy3 # found in the LICENSE file.
7 # found in the LICENSE file.
88 # found in the LICENSE file.
Dserial_device.policy3 # found in the LICENSE file.
9 # found in the LICENSE file.
90 # found in the LICENSE file.
Dblock_device.policy3 # found in the LICENSE file.
9 # found in the LICENSE file.
90 # found in the LICENSE file.
Dvhost_vsock_device.policy3 # found in the LICENSE file.
9 # found in the LICENSE file.
90 # found in the LICENSE file.
Dvvu_proxy_device.policy3 # found in the LICENSE file.
7 # found in the LICENSE file.
Dtpm_device.policy3 # found in the LICENSE file.
7 # found in the LICENSE file.
/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.cpp58 bool found = false; in CancelSerial() local
64 found = true; in CancelSerial()
69 return found; in CancelSerial()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp328 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/
Dnet_device.policy3 # found in the LICENSE file.
7 # found in the LICENSE file.
80 # found in the LICENSE file.
Dserial_device.policy3 # found in the LICENSE file.
9 # found in the LICENSE file.
82 # found in the LICENSE file.
Dtpm_device.policy3 # found in the LICENSE file.
7 # found in the LICENSE file.
Dscsi_device.policy3 # found in the LICENSE file.
7 # found in the LICENSE file.
Dballoon_device.policy3 # found in the LICENSE file.
7 # found in the LICENSE file.
/device/linaro/dragonboard/shared/utils/dlkm_loader/
Ddlkm_loader.rc7 # 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/
DBoardConfig-common.mk401 $(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/
Dproc_file_utils.cpp193 bool found = false; in CheckExecNameFromStatus() local
202 found = true; in CheckExecNameFromStatus()
206 CF_EXPECTF(found == true, in CheckExecNameFromStatus()

123456789