Home
last modified time | relevance | path

Searched refs:sb (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/security/keymint/aidl/vts/functional/
DSecureElementProvisioningTest.cpp227 auto sb = keymints_.find(SecurityLevel::STRONGBOX)->second; in TEST_F() local
228 if (AidlVersion(sb) < 2) { in TEST_F()
233 Status result = sb->getRootOfTrust({}, &rootOfTrust); in TEST_F()
245 auto sb = keymints_.find(SecurityLevel::STRONGBOX)->second; in TEST_F() local
246 if (AidlVersion(sb) < 2) { in TEST_F()
259 Status result = sb->getRootOfTrustChallenge(&challenge); in TEST_F()
268 result = sb->sendRootOfTrust({}); in TEST_F()
284 auto sb = keymints_.find(SecurityLevel::STRONGBOX)->second; in TEST_F() local
285 if (AidlVersion(sb) < 2) { in TEST_F()
290 Status result = sb->getRootOfTrustChallenge(&challenge1); in TEST_F()
[all …]
DKeyMintTest.cpp8967 auto sb = keymints_.find(SecurityLevel::STRONGBOX)->second; in TEST_F() local
8968 int32_t sb_aidl_version = AidlVersion(sb) * 100; in TEST_F()
8995 auto sb = keymints_.find(SecurityLevel::STRONGBOX)->second; in TEST_F() local
8996 int32_t sb_aidl_version = AidlVersion(sb) * 100; in TEST_F()
/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache_os.c112 struct stat sb; in mkdir_if_needed() local
117 if (stat(path, &sb) == 0) { in mkdir_if_needed()
118 if (S_ISDIR(sb.st_mode)) { in mkdir_if_needed()
151 struct stat sb; in concatenate_and_mkdir() local
153 if (stat(path, &sb) != 0 || ! S_ISDIR(sb.st_mode)) in concatenate_and_mkdir()
239 struct stat sb; in choose_lru_file_matching() local
240 if (fstatat(dir_fd, dir_ent->d_name, &sb, 0) == 0) { in choose_lru_file_matching()
245 if (!entry|| sb.st_atime < entry->lru_atime) { in choose_lru_file_matching()
247 if (!predicate(dir_path, &sb, dir_ent->d_name, len)) in choose_lru_file_matching()
267 if (sb.st_atime < entry->lru_atime) { in choose_lru_file_matching()
[all …]
/hardware/interfaces/gnss/common/utils/default/
DGnssReplayUtils.cpp59 struct stat sb; in hasGnssDeviceFile() local
60 return stat(getGnssPath().c_str(), &sb) != -1; in hasGnssDeviceFile()
64 struct stat sb; in hasFixedLocationDeviceFile() local
65 return stat(getFixedLocationPath().c_str(), &sb) != -1; in hasFixedLocationDeviceFile()
/hardware/interfaces/threadnetwork/aidl/default/
Dmain.cpp75 struct stat sb; in main() local
77 CHECK_EQ(stat(THREADNETWORK_COPROCESSOR_SIMULATION_PATH, &sb), 0); in main()
78 CHECK(sb.st_mode & S_IXUSR); in main()
/hardware/google/aemu/base/
DSharedMemory_posix.cpp91 struct stat sb; in openInternal() local
113 if (HANDLE_EINTR(fstat(mFd, &sb)) == -1) { in openInternal()
121 if (mSize > sb.st_size && HANDLE_EINTR(ftruncate(mFd, mSize)) == -1) { in openInternal()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp113 rect_t sb = {0, 0}; in get_afbc_sb_size() local
118 sb.width = AFBC_BASIC_BLOCK_WIDTH; in get_afbc_sb_size()
119 sb.height = AFBC_BASIC_BLOCK_HEIGHT; in get_afbc_sb_size()
122 sb.width = AFBC_WIDE_BLOCK_WIDTH; in get_afbc_sb_size()
123 sb.height = AFBC_WIDE_BLOCK_HEIGHT; in get_afbc_sb_size()
126 sb.width = AFBC_EXTRAWIDE_BLOCK_WIDTH; in get_afbc_sb_size()
127 sb.height = AFBC_EXTRAWIDE_BLOCK_HEIGHT; in get_afbc_sb_size()
132 return sb; in get_afbc_sb_size()
320 const rect_t sb = get_afbc_sb_size(alloc_type, plane); in get_pixel_w_h() local
363 pixel_align_w = std::max(HEADER_STRIDE_ALIGN_IN_SUPER_BLOCKS, num_sb_align) * sb.width; in get_pixel_w_h()
[all …]
/hardware/google/aemu/base/include/aemu/base/files/
DTarStream.h104 struct stat sb);
116 bool writeTarHeader(std::string fname, bool isDir, struct stat sb);
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl_platform.h613 … z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member
688 … z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member
763 … z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member
838 … z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member
913 … z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member
987 … z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member
1062 … z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member
1136 … z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member
1211 … z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member
1287 … z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmwifi_channels.h308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band))) argument
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dmhchem.mjs133 // buffer.sb == bool, space before
865 action_: ['sb=false', 'output', 'operator'],
917 action_: ['sb=false', 'output', 'operator'],
929 action_: ['sb=false', 'output', {
938 action_: ['sb=false', 'output', 'operator'],
1111 action_: 'sb=false'
1114 action_: 'sb=true'
1121 action_: ['output', 'sb=true'],
1457 action_: ['output', 'sb=true'],
1541 'sb=true': function sbTrue(buffer) {
[all …]
Dmhchem.min.js1sb=!0},"sb=false":function(t){t.sb=!1},"beginsWithBond=true":function(t){t.beginsWithBond=!0},"beg…
Dmhchem.js1652 buffer.sb = true;
1655 buffer.sb = false;
1705 if (buffer.sb) {
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.h135 struct stat sb; in fileExists() local
136 return stat(file.c_str(), &sb) == 0; in fileExists()
/hardware/google/pixel/pixelstats/
DStatsHelper.cpp41 struct stat sb; in fileExists() local
43 return stat(path.c_str(), &sb) == 0; in fileExists()
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dcache_test.cpp51 const struct stat *sb, in remove_entry() argument
88 struct stat sb; in check_directories_created() local
89 if (stat(full_path, &sb) != -1 && S_ISDIR(sb.st_mode)) in check_directories_created()
/hardware/interfaces/camera/provider/aidl/vts/
Ddevice_cb.cpp152 StreamBuffer& sb = tmpRetBuffers[j]; in requestStreamBuffers() local
153 sb = { in requestStreamBuffers()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dwuffs-v0.3.c16686 uint32_t sb = 0x101 * (0xFF & (src_nonpremul >> 0)); in wuffs_base__composite_nonpremul_nonpremul_u32_axxx() local
16700 db = ((sb * sa) + (db * ia)) / 0xFFFF; in wuffs_base__composite_nonpremul_nonpremul_u32_axxx()
16739 uint64_t sb = 0xFFFF & (src_nonpremul >> 0); in wuffs_base__composite_nonpremul_nonpremul_u64_axxx() local
16753 db = ((sb * sa) + (db * ia)) / 0xFFFF; in wuffs_base__composite_nonpremul_nonpremul_u64_axxx()
16777 uint32_t sb = 0x101 * (0xFF & (src_premul >> 0)); in wuffs_base__composite_nonpremul_premul_u32_axxx() local
16791 db = sb + ((db * ia) / 0xFFFF); in wuffs_base__composite_nonpremul_premul_u32_axxx()
16821 uint64_t sb = 0xFFFF & (src_premul >> 0); in wuffs_base__composite_nonpremul_premul_u64_axxx() local
16835 db = sb + ((db * ia) / 0xFFFF); in wuffs_base__composite_nonpremul_premul_u64_axxx()
16859 uint32_t sb = 0x101 * (0xFF & (src_nonpremul >> 0)); in wuffs_base__composite_premul_nonpremul_u32_axxx() local
16868 db = ((sb * sa) + (db * ia)) / 0xFFFF; in wuffs_base__composite_premul_nonpremul_u32_axxx()
[all …]
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1459 for (const auto& sb : results.outputBuffers) { in processCaptureResultLocked() local
1460 if (sb.bufferId != 0) { in processCaptureResultLocked()
1461 buffers.push_back(sb); in processCaptureResultLocked()
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es802 a�O���{sb�|æH�ss�<n?�"�L�S!�z���nZ��ؾ�O��o��ƀQ�a��~/ �дP��x��M�����E<��D�A@m�ڊqhP�0…
1061 ���d)�F���z�x�7\�P';׸��FJ��&m��R��a�%����g�Y��D���w~�GSu�[��Ö́�L9���"u׮�A �>sb/��a\��o�a…
1110 į,q��9�����6z#�TO�(<4x��" ��/���A�sb��u׉~��� #H+>U-x^d_�A��;��8h�5^*�ohTs0$
1449 …���Bl1(%�連zi�|����AN�Xd�oܳ���ߛ�ߺkX���^�_Q���ט�_�������s7�q�~�� W6����81 M:sb���������O�
1779 …�S�Kv�q'�9����(�K�۬��jQ����I��8�9�������۝c�G ~h ��7xۺ�H4����O�̕�sb�����v`&�u?UCJ��$…
5415 …��"j=6���]B{'�ú&<G����P)f����3�13;i�Z���E�y:<�����\Ef��Ksp�LM1��1�T���sb��*�ꔕ q����1