Home
last modified time | relevance | path

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

12

/device/google/cuttlefish/common/libs/fs/
Depoll.cpp81 int success = epoll_ctl(epoll_fd_->fd_, EPOLL_CTL_ADD, fd->fd_, &event); in Add() local
102 int success = epoll_ctl(epoll_fd_->fd_, operation, fd->fd_, &event); in AddOrModify() local
123 int success = epoll_ctl(epoll_fd_->fd_, EPOLL_CTL_MOD, fd->fd_, &event); in Modify() local
139 int success = epoll_ctl(epoll_fd_->fd_, EPOLL_CTL_DEL, fd->fd_, nullptr); in Delete() local
149 int success; in Wait() 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
Datchannel.h62 int success; /* true if final response indicates member
/device/generic/trusty/dhcp/common/include/
Dresult.h25 static Result success() { return Result(true); } in success() function
44 explicit Result(bool success) : mSuccess(success) {} in Result()
/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
Dnanotool.cpp440 bool success = true; in main() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc53 int success = Command(HostBinaryPath("mkbootfs")) in RunMkBootFs() local
64 int success = Command(HostBinaryPath("lz4")) in RunLz4() local
116 int success = 0; in RepackVendorRamdisk() local
155 int success = 0; in UnpackRamdisk() local
247 int success = unpack_cmd.Start().Wait(); in UnpackVendorBootImageIfNotUnpacked() local
384 int success = repack_cmd.Start().Wait(); in RepackVendorBootImage() local
Dboot_config.cc195 int success = cmd.Start().Wait(); in PrepareBootEnvImage() local
/device/google/cuttlefish/common/libs/utils/
Dbase64.cpp48 int success = EVP_DecodeBase64(buffer->data(), &actual_len, buffer->size(), in DecodeBase64() local
Dsocket2socket_proxy.cpp90 auto success = to->CopyAllFrom(*from, &(*stop)); in Forward() local
/device/google/cuttlefish/tests/fastboot/src/com/android/cuttlefish/tests/
DOemlockTest.java73 private void verifyErasingSuccess(boolean success) throws DeviceNotAvailableException { in verifyErasingSuccess()
/device/google/contexthub/firmware/os/algos/common/math/
Dkasa.c133 int success = 0; in kasaFit() local
/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dkernel_ramdisk_repacker.cpp141 bool success = RepackVendorBootImage( in RepackKernelRamdisk() local
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dwmediumd_server.cpp133 int success = gen_config_cmd.Start().Wait(); in ResultSetup() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_simulator.cpp108 bool success = false; in DispatchCommand() local
/device/google/cuttlefish/host/libs/config/
Desp.cpp151 const auto success = Execute(command); in MsdosMakeDirectories() local
161 const auto success = in CopyToMsdos() local
178 const auto success = Execute(command); in GrubMakeImage() local
/device/generic/goldfish/hals/camera/
DCachedStreamBuffer.cpp146 StreamBuffer CachedStreamBuffer::finish(const bool success) { in finish()
/device/google/cuttlefish/host/commands/secure_env/
Dhmac_serializable.cpp80 bool success = in Deserialize() local
Djson_serializable.cpp67 bool success = keymaster::copy_size_and_data_from_buf( in Deserialize() local
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
Dgoldfish_media_utils.cpp136 bool success = in GoldfishMediaTransportImpl() local
/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.cpp133 bool success = goldfish_address_space_allocate(mHandle, mSize, &mPhysAddr, &mOffset); in GoldfishMediaTransportImpl() local
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dlocal_recorder.cpp277 bool success = impl_.segment_.AddFrame( in OnEncodedImage() local
/device/generic/goldfish-opengl/system/hwc3/
DDrmClient.cpp93 bool success = loadDrmDisplays(); in init() local
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DTransportManager.java306 void onInitCharacteristics(boolean success, Runnable pendingTask) { in onInitCharacteristics()

12