HomeSort by relevance Sort by last modified time
    Searched full:object_handle (Results 1 - 17 of 17) sorted by null

  /external/vulkan-validation-layers/layers/
object_tracker.h 157 auto object_handle = HandleToUint64(object); local
160 return ValidateDeviceObject(object_handle, invalid_handle_code, wrong_device_code);
167 if (device_data->object_map[object_type].find(object_handle) == device_data->object_map[object_type].end()) {
170 (device_data->swapchainImageMap.find(object_handle) == device_data->swapchainImageMap.end())) {
174 if (other_device_data.second->object_map[object_type].find(object_handle) !=
176 (object_type == kVulkanObjectTypeImage && other_device_data.second->swapchainImageMap.find(object_handle) !=
181 object_handle, __LINE__, wrong_device_code, LayerName,
184 object_handle, validation_error_map[wrong_device_code]);
192 return log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, debug_object_type, object_handle, __LINE__,
194 object_handle, validation_error_map[invalid_handle_code])
204 auto object_handle = HandleToUint64(object); local
230 auto object_handle = HandleToUint64(object); local
    [all...]
object_tracker_utils.cpp 148 uint64_t object_handle = HandleToUint64(command_buffer); local
149 if (device_data->object_map[kVulkanObjectTypeCommandBuffer].find(object_handle) !=
155 object_handle, __LINE__, VALIDATION_ERROR_28411407, LayerName,
164 object_handle, __LINE__, VALIDATION_ERROR_28400060, LayerName, "Invalid %s Object 0x%" PRIxLEAST64 ". %s",
165 object_string[kVulkanObjectTypeCommandBuffer], object_handle, validation_error_map[VALIDATION_ERROR_28400060]);
191 uint64_t object_handle = HandleToUint64(descriptor_set); local
192 auto dsItem = device_data->object_map[kVulkanObjectTypeDescriptorSet].find(object_handle);
198 object_handle, __LINE__, VALIDATION_ERROR_28613007, LayerName,
207 object_handle, __LINE__, VALIDATION_ERROR_2860026c, LayerName, "Invalid %s Object 0x%" PRIxLEAST64 ". %s",
208 object_string[kVulkanObjectTypeDescriptorSet], object_handle, validation_error_map[VALIDATION_ERROR_2860026c])
    [all...]
  /system/tpm/attestation/server/
pkcs11_key_store.h 74 CK_OBJECT_HANDLE object_handle)>;
90 // Looks up the key name for the given |object_handle| which is associated
93 CK_OBJECT_HANDLE object_handle,
97 // object identified by |object_handle| if |key_name| matches |key_prefix|.
102 CK_OBJECT_HANDLE object_handle);
pkcs11_key_store.cc 285 CK_OBJECT_HANDLE object_handle = CK_INVALID_HANDLE; local
288 &object_handle) != CKR_OK) {
317 &object_handle) != CKR_OK) {
349 &object_handle) != CKR_OK) {
402 CK_OBJECT_HANDLE object_handle = CK_INVALID_HANDLE; local
405 &object_handle) != CKR_OK) {
529 CK_OBJECT_HANDLE object_handle,
532 if (C_GetAttributeValue(session_handle, object_handle, &attribute, 1) !=
539 if (C_GetAttributeValue(session_handle, object_handle, &attribute, 1) !=
550 CK_OBJECT_HANDLE object_handle) {
614 CK_OBJECT_HANDLE object_handle = CK_INVALID_HANDLE; local
    [all...]
pkcs11_key_store_test.cc 189 uint64_t object_handle) {
190 std::string label = handles_[object_handle];
191 handles_.erase(object_handle);
200 uint64_t object_handle,
203 std::string label = handles_[object_handle];
226 uint64_t object_handle,
228 values_[handles_[object_handle]] = GetValue(attributes, CKA_VALUE);
  /system/tpm/trunks/
mock_tpm.cc 87 const TPMI_DH_OBJECT& object_handle,
97 sign_handle, object_handle, qualifying_data, creation_hash, in_scheme,
200 TPM_HANDLE* object_handle,
208 object_handle, out_public, creation_data,
mock_tpm.h 171 TPM_HANDLE* object_handle,
184 TPM_HANDLE* object_handle,
188 void(const TPMI_DH_OBJECT& object_handle,
193 TPM_RC(const TPMI_DH_OBJECT& object_handle,
243 void(const TPMI_DH_OBJECT& object_handle,
251 TPM_RC(const TPMI_DH_OBJECT& object_handle,
259 void(const TPMI_DH_OBJECT& object_handle,
268 TPM_RC(const TPMI_DH_OBJECT& object_handle,
529 void(const TPMI_DH_OBJECT& object_handle,
538 TPM_RC(const TPMI_DH_OBJECT& object_handle,
    [all...]
tpm_utility_impl.cc 1067 TPM_HANDLE object_handle; local
1515 TPM_HANDLE object_handle; local
    [all...]
tpm_generated.h     [all...]
tpm_generated.cc 10095 TPM_HANDLE object_handle; local
10351 TPM_HANDLE object_handle; local
25145 TPM_HANDLE object_handle; local
    [all...]
resource_manager.h 200 TPM_HANDLE ProcessOutputHandle(TPM_HANDLE object_handle);
tpm_generated_test.cc 441 0x11223344u, "object_handle", 0x55667788u, "sign_handle",
tpm_utility_test.cc 1447 TPM_HANDLE object_handle = 42; local
    [all...]
  /system/tpm/attestation/common/
tpm_utility_v1.h 98 // |object_handle|. The |context_handle| is only used for TSS memory
101 TSS_HOBJECT object_handle,
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp 142 uint64_t object_handle = reinterpret_cast<uint64_t>(command_buffer); local
143 if (device_data->object_map[VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT].find(object_handle) !=
149 skip_call |= log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, pNode->object_type, object_handle,
157 skip_call |= log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, object_handle,
160 object_handle);
188 uint64_t object_handle = reinterpret_cast<uint64_t &>(descriptor_set); local
189 auto dsItem = device_data->object_map[VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_EXT].find(object_handle);
194 skip_call |= log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, pNode->object_type, object_handle,
202 skip_call |= log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, object_handle,
205 object_handle);
260 auto object_handle = handle_value(object); local
280 auto object_handle = handle_value(object); local
323 auto object_handle = handle_value(object); local
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabaseConstants.java 66 static final String COLUMN_OBJECT_HANDLE = "object_handle";
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 650 int object_handle = device->sendObjectInfo(object_info); local
651 if (object_handle == -1) {
656 object_info->mHandle = object_handle;
    [all...]

Completed in 410 milliseconds