Home
last modified time | relevance | path

Searched defs:ok (Results 1 – 25 of 36) sorted by relevance

12

/system/media/audio_utils/tests/
Dfifo_multiprocess.cpp77 int ok = munmap(frontIndex, sizeof(audio_utils_fifo_index)); in main() local
140 int ok = munmap(rearIndex, sizeof(audio_utils_fifo_index)); in main() local
215 int ok = munmap(frontIndex, sizeof(audio_utils_fifo_index)); in main() local
Dfifo_threads.cpp134 int ok = pthread_create(&input_thread, (const pthread_attr_t *) NULL, input_routine, in main() local
/system/extras/libjsonpb/parse/include/jsonpb/
Derror_or.h51 bool ok() const { return data_.index() != 0; } in ok() function
/system/gsid/
Dgsi_tool.cpp334 bool ok = false; in Install() local
463 bool ok = false; in CreatePartition() local
511 bool ok; in Wipe() local
723 bool ok = false; in Disable() local
/system/logging/logcat/tests/
Dlogcat_benchmark.cpp43 bool ok; in BM_logcat_sorted_order() member in BM_logcat_sorted_order::timestamp
/system/libhidl/base/
DStatus.cpp50 Status Status::ok() { in ok() function in android::hardware::Status
/system/memory/libmemunreachable/
DMemUnreachable.cpp392 bool ok = unreachable.GetUnreachableMemory(leaks, limit, &num_leaks, &leak_bytes); in GetUnreachableMemory() local
452 bool ok = true; in GetUnreachableMemory() local
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc326 bool ok = in OnProgressFdReady() local
/system/libbase/include/android-base/
Dunique_fd.h98 bool ok() const { return get() >= 0; } in ok() function
Dexpected.h334 constexpr bool ok() const noexcept { return has_value(); } in ok() function
561 constexpr bool ok() const noexcept { return has_value(); } in ok() function
/system/core/fs_mgr/
Dfs_mgr_remount.cpp286 bool ok = true; in CheckOverlayfs() local
511 bool ok = CheckOverlayfs(&partitions, check_result); in do_remount() local
/system/update_engine/payload_generator/
Dzip_unittest.cc74 bool ok = writer->Init({}, 1); in DecompressWithWriter() local
Dext2_filesystem.cc180 bool ok = true; in GetFiles() local
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp650 bool ok = true; in RemoveAllImages() local
664 bool ok = true; in Validate() local
696 bool ok = true; in RemoveDisabledImages() local
Dsplit_fiemap_writer.cpp192 bool ok = true; in RemoveSplitFiles() local
/system/update_engine/common/
Dsubprocess.cc125 bool ok = utils::ReadAll( in OnStdoutReady() local
/system/extras/simpleperf/
Dtracing.cpp467 bool ok = MatchPredicateExpr(p); in MatchFilter() local
499 bool ok = MatchFilter(p); in MatchPredicateExpr() local
/system/core/fastboot/device/
Dutility.cpp209 bool ok = true; in UpdateAllPartitionMetadata() local
/system/core/init/
Dsnapuserd_transition.cpp190 bool ok = true; in LockAllSystemPages() local
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_test.cpp649 bool ok = client_->AttachDmUser(system_device_ctrl_name_); in InitDaemon() local
687 bool ok = client_->InitiateMerge(system_device_ctrl_name_); in StartMerge() local
/system/vold/
DMetadataCrypt.cpp404 bool ok = true; in destroy_dsu_metadata_key() local
/system/incremental_delivery/incfs/include/
Dincfs.h82 [[nodiscard]] bool ok() const { return fd_ >= 0; } in ok() function
/system/core/fs_mgr/liblp/
Dwriter.cpp307 bool ok = true; in FlashPartitionTable() local
/system/unwinding/libunwindstack/
DGlobalDebugImpl.h267 bool ok = this->Load(maps, memory_, data.symfile_addr, data.symfile_size.value, symfile); in ReadNewEntries() local
/system/libbase/
Dresult_test.cpp64 Result<void> ok = {}; in TEST() local
76 auto test = [](bool ok) -> Result<void> { in TEST()
218 Result<void, CustomError> ok = {}; in TEST() local

12