/system/media/audio_utils/include/audio_utils/ |
D | channels.h | 84 constexpr inline AUDIO_GEOMETRY_SIDE sideFromChannelIdx(size_t idx) { in sideFromChannelIdx() 135 constexpr inline AUDIO_GEOMETRY_HEIGHT heightFromChannelIdx(size_t idx) { in heightFromChannelIdx() 186 constexpr inline AUDIO_GEOMETRY_DEPTH depthFromChannelIdx(size_t idx) { in depthFromChannelIdx() 241 constexpr inline ssize_t pairIdxFromChannelIdx(size_t idx) { in pairIdxFromChannelIdx()
|
/system/libziparchive/ |
D | zip_error.cpp | 45 const uint32_t idx = -error_code; in ErrorCodeString() local
|
/system/core/storaged/ |
D | storaged_info.cpp | 212 int idx = (recent_perf.size() + nr_samples - 1 - i) % recent_perf.size(); in get_perf_history() local 218 int idx = (daily_perf.size() + nr_days - 1 - i) % daily_perf.size(); in get_perf_history() local 224 int idx = (weekly_perf.size() + nr_weeks - 1 - i) % weekly_perf.size(); in get_perf_history() local
|
/system/core/libcutils/ |
D | fs_config_test.cpp | 83 for (size_t idx = 0; idx < paths.size(); ++idx) { in check_unique() local 136 for (size_t idx = 0; paths[idx].prefix; ++idx) { in check_unique() local 150 for (size_t idx = 0; tests[idx].prefix; ++idx) { in check_fs_config_cmp() local
|
/system/core/init/ |
D | keychords.cpp | 53 auto idx = bit / (kBitsPerByte * sizeof(mask_t)); in SetBit() local 63 auto idx = bit / (kBitsPerByte * sizeof(mask_t)); in GetBit() local 80 auto idx = bit / (kBitsPerByte * sizeof(mask_t)); in resize() local
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | utils.c | 12 void display_allow(policydb_t *policydb, avtab_key_t *key, int idx, uint32_t perms) in display_allow()
|
/system/nfc/src/nfc/llcp/ |
D | llcp_util.cc | 183 uint8_t idx, rx_congest_start; in llcp_util_adjust_dl_rx_congestion() local 222 uint8_t idx; in llcp_util_check_rx_congested_status() local 349 int idx; in llcp_util_allocate_data_link() local
|
D | llcp_link.cc | 393 uint8_t local_sap, idx; in llcp_link_deactivate() local 608 uint8_t sap, idx; in llcp_link_check_congestion() local 687 uint8_t xx, sap, idx; in llcp_link_check_uncongested() local
|
/system/tools/aidl/ |
D | comments.cpp | 80 size_t idx = 0; in TrimmedLines() local 129 size_t idx = 0; in BlockTags() local
|
/system/update_engine/payload_consumer/ |
D | cached_file_descriptor_unittest.cc | 99 for (size_t idx = 0; idx < blob_in.size(); idx++) { in TEST_F() local 115 for (size_t idx = 0; idx < kRandomIterations; idx++) { in TEST_F() local
|
D | extent_reader_unittest.cc | 158 for (size_t idx = 0; idx < kRandomIterations; idx++) { in TEST_F() local
|
/system/core/fastboot/device/ |
D | flashing.cpp | 155 for (int idx = 0; idx < AVB_FOOTER_MAGIC_LEN; idx++) { in CopyAVBFooter() local 165 for (int idx = 0; idx < AVB_FOOTER_SIZE; idx++) { in CopyAVBFooter() local
|
/system/tools/hidl/ |
D | DocComment.cpp | 40 size_t idx = 0; in DocComment() local
|
/system/media/audio_utils/ |
D | PowerLog.cpp | 129 const size_t idx = (mIdx + numberOfEntries - offset - 1) % numberOfEntries; in dumpToString() local 182 const size_t idx = (mIdx + numberOfEntries - offset - 1) % numberOfEntries; in dumpToString() local
|
/system/media/audio_utils/fuzz/sndfile_fuzzer/ |
D | sndfile_fuzzer.cpp | 84 int idx = 0; in LLVMFuzzerTestOneInput() local
|
/system/extras/memory_replay/ |
D | TraceBenchmark.cpp | 107 size_t idx = GetIndex(free_indices, &trace_data->num_ptrs); in GetTraceData() local 123 size_t idx = GetIndex(free_indices, &trace_data->num_ptrs); in GetTraceData() local
|
/system/chre/chpp/clients/ |
D | discovery.c | 163 uint8_t idx = context->clientIndexOfServiceIndex[i]; in chppDiscoveryProcessDiscoverAll() local
|
/system/libufdt/ |
D | ufdt_prop_dict.c | 47 int idx = hash & (size - 1); in _ufdt_prop_dict_find_index_by_name() local
|
/system/teeui/libteeui/include/teeui/ |
D | msg_formatting.h | 36 std::tuple<std::remove_reference_t<T>&&...> tuple_move_helper(std::index_sequence<idx...>, in tuple_move_helper()
|
/system/libhidl/base/include/hidl/ |
D | HidlSupport.h | 377 size_t idx = 0; in hidl_vec() local 463 size_t idx = 0; member
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 95 size_t idx = cmdline.rfind('/'); in binaryName() local 346 size_t idx = fqName.find("::"); in openLibs() local 532 size_t idx = 0; in debugDump() local
|
/system/core/libutils/ |
D | ProcessCallStack.cpp | 166 ssize_t idx = mThreadMap.add(tid, ThreadInfo()); in update() local
|
/system/libhwbinder/ |
D | BufferedTextOutput.cpp | 121 static void freeBufferIndex(int32_t idx) in freeBufferIndex()
|
/system/bpfprogs/ |
D | time_in_state.c | 238 uint8_t idx = *idxp; variable
|
/system/testing/gtest_extras/ |
D | Options.cpp | 238 size_t idx = 0; in ProcessFlagfile() local
|