Searched refs:sb (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | SecureElementProvisioningTest.cpp | 221 auto sb = keymints_.find(SecurityLevel::STRONGBOX)->second; in TEST_F() local 222 if (AidlVersion(sb) < 2) { in TEST_F() 227 Status result = sb->getRootOfTrust({}, &rootOfTrust); in TEST_F() 239 auto sb = keymints_.find(SecurityLevel::STRONGBOX)->second; in TEST_F() local 240 if (AidlVersion(sb) < 2) { in TEST_F() 253 Status result = sb->getRootOfTrustChallenge(&challenge); in TEST_F() 262 result = sb->sendRootOfTrust({}); in TEST_F() 278 auto sb = keymints_.find(SecurityLevel::STRONGBOX)->second; in TEST_F() local 279 if (AidlVersion(sb) < 2) { in TEST_F() 284 Status result = sb->getRootOfTrustChallenge(&challenge1); in TEST_F() [all …]
|
/hardware/interfaces/gnss/common/utils/default/ |
D | GnssReplayUtils.cpp | 59 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/google/aemu/base/ |
D | SharedMemory_posix.cpp | 91 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/ |
D | mali_gralloc_bufferallocation.cpp | 111 rect_t sb = {0, 0}; in get_afbc_sb_size() local 116 sb.width = AFBC_BASIC_BLOCK_WIDTH; in get_afbc_sb_size() 117 sb.height = AFBC_BASIC_BLOCK_HEIGHT; in get_afbc_sb_size() 120 sb.width = AFBC_WIDE_BLOCK_WIDTH; in get_afbc_sb_size() 121 sb.height = AFBC_WIDE_BLOCK_HEIGHT; in get_afbc_sb_size() 124 sb.width = AFBC_EXTRAWIDE_BLOCK_WIDTH; in get_afbc_sb_size() 125 sb.height = AFBC_EXTRAWIDE_BLOCK_HEIGHT; in get_afbc_sb_size() 130 return sb; in get_afbc_sb_size() 321 const rect_t sb = get_afbc_sb_size(alloc_type, plane); in get_pixel_w_h() local 364 pixel_align_w = 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/ |
D | TarStream.h | 104 struct stat sb); 116 bool writeTarHeader(std::string fname, bool isDir, struct stat sb);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmwifi_channels.h | 308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band))) argument
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | BrightnessController.h | 134 struct stat sb; in fileExists() local 135 return stat(file.c_str(), &sb) == 0; in fileExists()
|
/hardware/interfaces/camera/provider/aidl/vts/ |
D | device_cb.cpp | 151 StreamBuffer& sb = tmpRetBuffers[j]; in requestStreamBuffers() local 152 sb = { in requestStreamBuffers()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 1459 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/ |
D | tuner_frontend_input.es | 802 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
|