| /device/google/cuttlefish/common/libs/fs/ |
| D | epoll.cpp | 79 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/ |
| D | boot_image_utils.cc | 80 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
|
| D | disk_flags.cc | 565 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/ |
| D | contexthub.cpp | 170 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
|
| D | androidcontexthub.cpp | 98 bool success = true; in GetCalibrationBytes() local 287 bool success = true; in LoadCalibration() local
|
| /device/google/cuttlefish/guest/hals/ril/reference-ril/ |
| D | base64util.cpp | 33 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/ |
| D | result.h | 25 static Result success() { in success() function 47 explicit Result(bool success) : mSuccess(success) { } in Result()
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/synchronization/ |
| D | AndroidMessageChannel.cpp | 75 void MessageChannelBase::afterWrite(bool success) { in afterWrite() 110 void MessageChannelBase::afterRead(bool success) { in afterRead()
|
| /device/google/cuttlefish/host/libs/allocd/ |
| D | resource_manager.h | 55 bool success = true; in ReleaseAllResources() local 70 auto success = it->second->ReleaseResource(); in ReleaseResource() local
|
| /device/generic/vulkan-cereal/stream-servers/ |
| D | RenderThread.cpp | 87 const bool success = loadStream->getByte(); in RenderThread() local 110 const bool success = loadStream->getByte(); in RenderThread() local 158 bool success; in save() local
|
| D | Display.h | 26 bool success = false; member
|
| /device/google/barbet/vibrator/drv2624/tests/ |
| D | test-hwapi.cpp | 261 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/ |
| D | test-hwapi.cpp | 261 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/ |
| D | test-hwapi.cpp | 261 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/ |
| D | test-hwapi.cpp | 262 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/ |
| D | esp.cpp | 88 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/ |
| D | test-hwapi.cpp | 156 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/ |
| D | TextureDraw.cpp | 47 GLint success; in createShader() local 204 GLint success; in TextureDraw() local
|
| D | TextureResize.cpp | 164 GLint success, infoLength; in createShader() local 457 GLint success; in GenericResizer() local
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | VulkanDispatch.cpp | 233 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/ |
| D | sparse_image_utils.cc | 56 int success = simg2img_cmd.Start().Wait(); in ConvertToRawImage() local
|
| /device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
| D | driver_gen.cpp | 487 bool success = true; in InitDriverTable() local 511 bool success = true; in InitDriverTable() local
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/ |
| D | ring_buffer.c | 556 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/ |
| D | GLESbuffer.cpp | 98 bool success = dispatcher.glUnmapBuffer(GL_ARRAY_BUFFER); in onSave() local
|
| /device/google/contexthub/firmware/os/algos/common/math/ |
| D | kasa.c | 133 int success = 0; in kasaFit() local
|