Home
last modified time | relevance | path

Searched defs:success (Results 1 – 25 of 84) sorted by relevance

1234

/device/google/cuttlefish/common/libs/fs/
Depoll.cpp79 int success = epoll_ctl(epoll_fd_->fd_, EPOLL_CTL_ADD, fd->fd_, &event); in Add() local
100 int success = epoll_ctl(epoll_fd_->fd_, operation, fd->fd_, &event); in AddOrModify() local
121 int success = epoll_ctl(epoll_fd_->fd_, EPOLL_CTL_MOD, fd->fd_, &event); in Modify() local
137 int success = epoll_ctl(epoll_fd_->fd_, EPOLL_CTL_DEL, fd->fd_, nullptr); in Delete() local
147 int success; in Wait() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc80 int success = 0; in RepackVendorRamdisk() local
111 int success = execute({"/bin/bash", "-c", in PackRamdisk() local
125 int success = in UnpackRamdisk() local
159 int success = unpack_cmd.Start().Wait(); in UnpackBootImage() local
190 int success = unpack_cmd.Start().Wait(); in UnpackVendorBootImageIfNotUnpacked() local
241 int success = repack_cmd.Start().Wait(); in RepackBootImage() local
324 int success = repack_cmd.Start().Wait(); in RepackVendorBootImage() local
Ddisk_flags.cc565 bool success = in Setup() local
594 bool success = RepackVendorBootImage( in Setup() local
605 bool success = RepackVendorBootImageWithEmptyRamdisk( in Setup() local
785 int success = bootconfig_hash_footer_cmd.Start().Wait(); in ResultSetup() local
861 bool success = vbmeta_cmd.Start().Wait(); in PrepareVBMetaImage() local
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp170 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in CalibrateSensors() local
181 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in TestSensors() local
250 bool success = true; in DisableAllSensors() local
260 bool success = true; in DisableActiveSensors() local
290 bool success = false; in PrintBridgeVersion() local
378 bool success = false; in CalibrateSingleSensor() local
412 bool success = false; in TestSingleSensor() local
432 bool success = true; in ForEachSensor() local
452 bool success = false; in HandleCalibrationResult() local
Dandroidcontexthub.cpp98 bool success = true; in GetCalibrationBytes() local
287 bool success = true; in LoadCalibration() local
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dbase64util.cpp33 bool success = cuttlefish::DecodeBase64(input, &output); in base64_decode() local
49 bool success = cuttlefish::EncodeBase64( in base64_encode() local
/device/generic/goldfish/dhcp/common/include/
Dresult.h25 static Result success() { in success() function
47 explicit Result(bool success) : mSuccess(success) { } in Result()
/device/generic/goldfish-opengl/android-emu/aemu/base/synchronization/
DAndroidMessageChannel.cpp75 void MessageChannelBase::afterWrite(bool success) { in afterWrite()
110 void MessageChannelBase::afterRead(bool success) { in afterRead()
/device/google/cuttlefish/host/libs/allocd/
Dresource_manager.h55 bool success = true; in ReleaseAllResources() local
70 auto success = it->second->ReleaseResource(); in ReleaseResource() local
/device/generic/vulkan-cereal/stream-servers/
DRenderThread.cpp87 const bool success = loadStream->getByte(); in RenderThread() local
110 const bool success = loadStream->getByte(); in RenderThread() local
158 bool success; in save() local
DDisplay.h26 bool success = false; member
/device/google/barbet/vibrator/drv2624/tests/
Dtest-hwapi.cpp261 TEST_P(SetInt8Test, success) { in TEST_P() argument
294 TEST_P(SetUint8Test, success) { in TEST_P() argument
326 TEST_P(SetUint32Test, success) { in TEST_P() argument
363 TEST_P(SetStringTest, success) { in TEST_P() argument
/device/google/bramble/vibrator/drv2624/tests/
Dtest-hwapi.cpp261 TEST_P(SetInt8Test, success) { in TEST_P() argument
294 TEST_P(SetUint8Test, success) { in TEST_P() argument
326 TEST_P(SetUint32Test, success) { in TEST_P() argument
363 TEST_P(SetStringTest, success) { in TEST_P() argument
/device/google/redfin/vibrator/drv2624/tests/
Dtest-hwapi.cpp261 TEST_P(SetInt8Test, success) { in TEST_P() argument
294 TEST_P(SetUint8Test, success) { in TEST_P() argument
326 TEST_P(SetUint32Test, success) { in TEST_P() argument
363 TEST_P(SetStringTest, success) { in TEST_P() argument
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-hwapi.cpp262 TEST_P(SetInt8Test, success) { in TEST_P() argument
295 TEST_P(SetUint8Test, success) { in TEST_P() argument
327 TEST_P(SetUint32Test, success) { in TEST_P() argument
364 TEST_P(SetStringTest, success) { in TEST_P() argument
/device/google/cuttlefish/host/libs/config/
Desp.cpp88 const auto success = execute(command); in MsdosMakeDirectories() local
98 const auto success = execute({mcopy, "-o", "-i", image, "-s", path, destination}); in CopyToMsdos() local
113 const auto success = execute(command); in GrubMakeImage() local
/device/google/felix/vibrator/cs40l26/tests/
Dtest-hwapi.cpp156 TEST_P(GetUint32Test, success) { in TEST_P() argument
227 TEST_P(SetUint32Test, success) { in TEST_P() argument
257 TEST_P(SetStringTest, success) { in TEST_P() argument
/device/generic/vulkan-cereal/stream-servers/gl/
DTextureDraw.cpp47 GLint success; in createShader() local
204 GLint success; in TextureDraw() local
DTextureResize.cpp164 GLint success, infoLength; in createShader() local
457 GLint success; in GenericResizer() local
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVulkanDispatch.cpp233 bool success = mVulkanLibs.addLibrary(VULKAN_LOADER_FILENAME); in dlopen() local
242 bool success = mVulkanLibs.addLibrary(loaderPath); in dlopen() local
/device/google/cuttlefish/host/libs/image_aggregator/
Dsparse_image_utils.cc56 int success = simg2img_cmd.Start().Wait(); in ConvertToRawImage() local
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Ddriver_gen.cpp487 bool success = true; in InitDriverTable() local
511 bool success = true; in InitDriverTable() local
/device/generic/goldfish-opengl/android-emu/aemu/base/
Dring_buffer.c556 bool success = __atomic_compare_exchange_n( in ring_buffer_producer_acquire() local
568 bool success = __atomic_compare_exchange_n( in ring_buffer_producer_acquire_from_hangup() local
591 bool success = __atomic_compare_exchange_n( in ring_buffer_consumer_hangup() local
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
DGLESbuffer.cpp98 bool success = dispatcher.glUnmapBuffer(GL_ARRAY_BUFFER); in onSave() local
/device/google/contexthub/firmware/os/algos/common/math/
Dkasa.c133 int success = 0; in kasaFit() local

1234