/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 48 void deepcopy_VkExtent2D(Allocator* alloc, VkStructureType rootType, const VkExtent2D* from, in deepcopy_VkExtent2D() argument 52 *to = *from; in deepcopy_VkExtent2D() 55 void deepcopy_VkExtent3D(Allocator* alloc, VkStructureType rootType, const VkExtent3D* from, in deepcopy_VkExtent3D() argument 59 *to = *from; in deepcopy_VkExtent3D() 62 void deepcopy_VkOffset2D(Allocator* alloc, VkStructureType rootType, const VkOffset2D* from, in deepcopy_VkOffset2D() argument 66 *to = *from; in deepcopy_VkOffset2D() 69 void deepcopy_VkOffset3D(Allocator* alloc, VkStructureType rootType, const VkOffset3D* from, in deepcopy_VkOffset3D() argument 73 *to = *from; in deepcopy_VkOffset3D() 76 void deepcopy_VkRect2D(Allocator* alloc, VkStructureType rootType, const VkRect2D* from, in deepcopy_VkRect2D() argument 80 *to = *from; in deepcopy_VkRect2D() [all …]
|
D | goldfish_vk_deepcopy.h | 46 void deepcopy_VkExtent2D(Allocator* alloc, VkStructureType rootType, const VkExtent2D* from, 49 void deepcopy_VkExtent3D(Allocator* alloc, VkStructureType rootType, const VkExtent3D* from, 52 void deepcopy_VkOffset2D(Allocator* alloc, VkStructureType rootType, const VkOffset2D* from, 55 void deepcopy_VkOffset3D(Allocator* alloc, VkStructureType rootType, const VkOffset3D* from, 58 void deepcopy_VkRect2D(Allocator* alloc, VkStructureType rootType, const VkRect2D* from, 62 const VkBaseInStructure* from, VkBaseInStructure* to); 65 const VkBaseOutStructure* from, VkBaseOutStructure* to); 68 const VkBufferMemoryBarrier* from, VkBufferMemoryBarrier* to); 71 const VkDispatchIndirectCommand* from, 75 const VkDrawIndexedIndirectCommand* from, [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 48 void deepcopy_VkExtent2D(Allocator* alloc, VkStructureType rootType, const VkExtent2D* from, in deepcopy_VkExtent2D() argument 52 *to = *from; in deepcopy_VkExtent2D() 55 void deepcopy_VkExtent3D(Allocator* alloc, VkStructureType rootType, const VkExtent3D* from, in deepcopy_VkExtent3D() argument 59 *to = *from; in deepcopy_VkExtent3D() 62 void deepcopy_VkOffset2D(Allocator* alloc, VkStructureType rootType, const VkOffset2D* from, in deepcopy_VkOffset2D() argument 66 *to = *from; in deepcopy_VkOffset2D() 69 void deepcopy_VkOffset3D(Allocator* alloc, VkStructureType rootType, const VkOffset3D* from, in deepcopy_VkOffset3D() argument 73 *to = *from; in deepcopy_VkOffset3D() 76 void deepcopy_VkRect2D(Allocator* alloc, VkStructureType rootType, const VkRect2D* from, in deepcopy_VkRect2D() argument 80 *to = *from; in deepcopy_VkRect2D() [all …]
|
D | goldfish_vk_deepcopy_guest.h | 53 void deepcopy_VkExtent2D(Allocator* alloc, VkStructureType rootType, const VkExtent2D* from, 56 void deepcopy_VkExtent3D(Allocator* alloc, VkStructureType rootType, const VkExtent3D* from, 59 void deepcopy_VkOffset2D(Allocator* alloc, VkStructureType rootType, const VkOffset2D* from, 62 void deepcopy_VkOffset3D(Allocator* alloc, VkStructureType rootType, const VkOffset3D* from, 65 void deepcopy_VkRect2D(Allocator* alloc, VkStructureType rootType, const VkRect2D* from, 69 const VkBaseInStructure* from, VkBaseInStructure* to); 72 const VkBaseOutStructure* from, VkBaseOutStructure* to); 75 const VkBufferMemoryBarrier* from, VkBufferMemoryBarrier* to); 78 const VkDispatchIndirectCommand* from, 82 const VkDrawIndexedIndirectCommand* from, [all …]
|
/hardware/interfaces/security/keymint/support/fuzzer/ |
D | README.md | 33 |`padding`| `PaddingMode` |Value obtained from FuzzedDataProvider| 34 |`digest`| `Digest` |Value obtained from FuzzedDataProvider| 35 |`idx`| `size_t` |Value obtained from FuzzedDataProvider| 36 |`timestamp`| `uint64_t` |Value obtained from FuzzedDataProvider| 37 |`authSet`| `uint32_t` |Value obtained from FuzzedDataProvider| 38 |`issuerSubjectName`| `uint8_t` |Value obtained from FuzzedDataProvider| 39 |`AttestationChallenge`| `string` |Value obtained from FuzzedDataProvider| 40 |`AttestationApplicationId`| `string` |Value obtained from FuzzedDataProvider| 41 |`blockmode`| `BlockMode` |Value obtained from FuzzedDataProvider| 42 |`minMacLength`| `uint32_t` |Value obtained from FuzzedDataProvider| [all …]
|
/hardware/interfaces/biometrics/common/thread/tests/ |
D | WorkerThreadTest.cpp | 37 ASSERT_TRUE(worker.schedule(Callable::from([promise = std::move(promise)]() mutable { in TEST() 53 ASSERT_TRUE(worker.schedule(Callable::from([promise = std::move(promise)]() mutable { in TEST() 65 ASSERT_TRUE(worker.schedule(Callable::from([] {}))); in TEST() 66 ASSERT_TRUE(worker.schedule(Callable::from([] {}))); in TEST() 68 EXPECT_FALSE(worker.schedule(Callable::from([] {}))); in TEST() 81 worker.schedule(Callable::from([&mut, &results, i] { in TEST() 90 worker.schedule(Callable::from([&mut, &cv, &finished] { in TEST() 113 ASSERT_TRUE(worker.schedule(Callable::from([promise = std::move(promise1)]() mutable { in TEST() 123 worker.schedule(Callable::from([promise = std::move(promise2), &value]() mutable { in TEST()
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | README.md | 6 unwanted latency due to context switching. With help from a buffer pool, a 12 process. FMQ is used to send buffer ownership change status from a client 18 FMQ is used to send buffer ownership status changes to a buffer pool from a 20 hidl request from the clients. Every client has its own connection and FMQ 25 are sent when a buffer is transferred from a client to another client. FMQ has 26 its own ID from a buffer pool. A client is specified with the ID. 30 transaction ID to fetch a buffer from a buffer pool. Since the sender already 33 connection to a buffer pool from client is made and kept privately. Also part of 34 transaction ID is a sender ID in order to prevent fake transactions from other 35 clients. This must be verified with an FMQ message from a buffer pool. [all …]
|
D | IAccessor.hal | 21 * IAccessor creates IConnection which is used from IClientManager in order to 33 * from a buffer pool client. A buffer pool synchronizes FMQ messages when 34 * there is a hidl request from the clients. Every client has its own 39 * messages are sent when a buffer is transferred from a client to another 40 * client. FMQ has its own ID from a buffer pool. A client is specified 45 * the transaction ID to fetch a buffer from a buffer pool. Since the 48 * prevent faking a receiver, a connection to a buffer pool from client is 50 * order to prevent fake transactions from other clients. This must be 51 * verified with an FMQ message from a buffer pool. 59 * to get shared buffers from the buffer pool.
|
/hardware/interfaces/media/bufferpool/2.0/ |
D | README.md | 6 unwanted latency due to context switching. With help from a buffer pool, a 12 process. FMQ is used to send buffer ownership change status from a client 18 FMQ is used to send buffer ownership status changes to a buffer pool from a 20 hidl request from the clients. Every client has its own connection and FMQ 25 are sent when a buffer is transferred from a client to another client. FMQ has 26 its own ID from a buffer pool. A client is specified with the ID. 30 transaction ID to fetch a buffer from a buffer pool. Since the sender already 33 connection to a buffer pool from client is made and kept privately. Also part of 34 transaction ID is a sender ID in order to prevent fake transactions from other 35 clients. This must be verified with an FMQ message from a buffer pool. [all …]
|
D | IAccessor.hal | 22 * IAccessor creates IConnection which is used from IClientManager in order to 34 * from a buffer pool client. A buffer pool synchronizes FMQ messages when 35 * there is a hidl request from the clients. Every client has its own 40 * messages are sent when a buffer is transferred from a client to another 41 * client. FMQ has its own ID from a buffer pool. A client is specified 46 * the transaction ID to fetch a buffer from a buffer pool. Since the 49 * prevent faking a receiver, a connection to a buffer pool from client is 51 * order to prevent fake transactions from other clients. This must be 52 * verified with an FMQ message from a buffer pool. 54 * @param observer The buffer pool event observer from the client. [all …]
|
/hardware/google/graphics/common/libacryl/include/hardware/exynos/ |
D | acryl.h | 300 bool supportedHResampling(int16_t from, int16_t to, int16_t resamping_count = 1) const 302 return supportedResampling(from, to, 310 bool supportedVResampling(int16_t from, int16_t to, int16_t resamping_count = 1) const 312 return supportedResampling(from, to, 320 bool supportedResampling(hw2d_coord_t from, hw2d_coord_t to, uint32_t transform) const in supportedResampling() argument 327 return supportedHResampling(from.hori, to.hori, count) && in supportedResampling() 328 supportedVResampling(from.vert, to.vert, count); in supportedResampling() 333 bool supportedHWResampling(hw2d_coord_t from, hw2d_coord_t to, uint32_t transform) const in supportedHWResampling() argument 338 return supportedHResampling(from.hori, to.hori, 1) && in supportedHWResampling() 339 supportedVResampling(from.vert, to.vert, 1); in supportedHWResampling() [all …]
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | HintManagerTest.cc | 264 std::string from = in SetUp() local 266 size_t start_pos = json_doc_.find(from); in SetUp() 267 json_doc_.replace(start_pos, from.length(), files_[0 + 2]->path); in SetUp() 268 from = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq"; in SetUp() 269 start_pos = json_doc_.find(from); in SetUp() 270 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path); in SetUp() 482 std::string from = "CPUCluster0MinFreq"; in TEST_F() local 483 size_t start_pos = json_doc_.find(from); in TEST_F() 484 json_doc_.replace(start_pos, from.length(), "CPUCluster1MinFreq"); in TEST_F() 491 std::string from = "ModeProperty"; in TEST_F() local [all …]
|
/hardware/interfaces/biometrics/face/aidl/default/ |
D | Session.cpp | 53 mThread->schedule(Callable::from([this] { mEngine->generateChallengeImpl(mCb.get()); })); in generateChallenge() 59 mThread->schedule(Callable::from( in revokeChallenge() 78 mThread->schedule(Callable::from( in enroll() 95 Callable::from([this, keystoreOperationId, cancFuture = std::move(cancFuture)] { in authenticate() 109 mThread->schedule(Callable::from([this, cancFuture = std::move(cancFuture)] { in detectInteraction() 119 mThread->schedule(Callable::from([this] { mEngine->enumerateEnrollmentsImpl(mCb.get()); })); in enumerateEnrollments() 125 mThread->schedule(Callable::from( in removeEnrollments() 132 mThread->schedule(Callable::from([this] { mEngine->getFeaturesImpl(mCb.get()); })); in getFeatures() 139 mThread->schedule(Callable::from([this, hat, feature, enabled] { in setFeature() 147 mThread->schedule(Callable::from([this] { mEngine->getAuthenticatorIdImpl(mCb.get()); })); in getAuthenticatorId() [all …]
|
/hardware/interfaces/radio/1.0/ |
D | ISap.hal | 30 * CONNECT_REQ from SAP 1.1 spec 5.1.1 38 * DISCONNECT_REQ from SAP 1.1 spec 5.1.3 45 * TRANSFER_APDU_REQ from SAP 1.1 spec 5.1.6 54 * TRANSFER_ATR_REQ from SAP 1.1 spec 5.1.8 61 * POWER_SIM_OFF_REQ and POWER_SIM_ON_REQ from SAP 1.1 spec 5.1.10 + 5.1.12 69 * RESET_SIM_REQ from SAP 1.1 spec 5.1.14 76 * TRANSFER_CARD_READER_STATUS_REQ from SAP 1.1 spec 5.1.17 83 * SET_TRANSPORT_PROTOCOL_REQ from SAP 1.1 spec 5.1.20
|
D | ISapCallback.hal | 21 * CONNECT_RESP from SAP 1.1 spec 5.1.2 31 * DISCONNECT_RESP from SAP 1.1 spec 5.1.4 38 * DISCONNECT_IND from SAP 1.1 spec 5.1.5 46 * TRANSFER_APDU_RESP from SAP 1.1 spec 5.1.7 64 * TRANSFER_ATR_RESP from SAP 1.1 spec 5.1.9 74 * @param atr Answer to Reset from the subscription module. Included only if no error occurred, 80 * POWER_SIM_OFF_RESP and POWER_SIM_ON_RESP from SAP 1.1 spec 5.1.11 + 5.1.13 95 * RESET_SIM_RESP from SAP 1.1 spec 5.1.15 109 * STATUS_IND from SAP 1.1 spec 5.1.16 117 * TRANSFER_CARD_READER_STATUS_REQ from SAP 1.1 spec 5.1.18 [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_external_memory_win32.adoc | 23 This extension enables an application to export Windows handles from Vulkan 24 memory objects and to import Vulkan memory objects from Windows handles 25 exported from other Vulkan memory objects or from similar resources in other 33 from flink:vkGetMemoryWin32HandleKHR when pname:handleType is 40 (Jon) This issue refers to a token from 62 *RESOLVED*: The valid memory types are queried directly from the external 66 size specified when creating the object from which the handle was exported
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_darwin.cpp | 57 static MacSurface* from(EglOS::Surface* s) { in from() function in __anonf20b16df0111::MacSurface 79 static void* from(EglOS::Context* c) { in from() function in __anonf20b16df0111::MacContext 124 static const MacPixelFormat* from(const EglOS::PixelFormat* f) { in from() function in __anonf20b16df0111::MacPixelFormat 229 return isValidNativeWin(MacSurface::from(win)->handle()); in isValidNativeWin() 246 const MacPixelFormat* format = MacPixelFormat::from(pixelFormat); in checkWindowPixelFormatMatch() 262 sharedContext ? MacContext::from(sharedContext) : NULL; in createContext() 268 MacPixelFormat::from(pixelFormat)->handle()); in createContext() 276 MacPixelFormat::from(pixelFormat)->handle()); in createContext() 314 nsDestroyPBuffer(MacSurface::from(pb)->handle()); in releasePbuffer() 339 nsWindowMakeCurrent(MacContext::from(ctx), in makeCurrent() [all …]
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | Session.cpp | 86 mWorker->schedule(Callable::from([this] { in generateChallenge() 99 mWorker->schedule(Callable::from([this, challenge] { in revokeChallenge() 116 mWorker->schedule(Callable::from([this, hat, cancFuture = std::move(cancFuture)] { in enroll() 138 mWorker->schedule(Callable::from([this, operationId, cancFuture = std::move(cancFuture)] { in authenticate() 159 mWorker->schedule(Callable::from([this, cancFuture = std::move(cancFuture)] { in detectInteraction() 177 mWorker->schedule(Callable::from([this] { in enumerateEnrollments() 190 mWorker->schedule(Callable::from([this, enrollmentIds] { in removeEnrollments() 203 mWorker->schedule(Callable::from([this] { in getAuthenticatorId() 216 mWorker->schedule(Callable::from([this] { in invalidateAuthenticatorId() 229 mWorker->schedule(Callable::from([this, hat] { in resetLockout() [all …]
|
/hardware/interfaces/wifi/supplicant/1.1/ |
D | ISupplicantStaNetwork.hal | 31 * The identity must be derived from the IMSI retrieved from the SIM card. 35 * Identity string is built from IMSI. Format is: 39 * - realm is the 3GPP network domain name derived from the given 52 * The identity must be derived from the IMSI retrieved from the SIM card. 58 * Identity string is built from encrypted IMSI. Format is: 64 * - realm is the 3GPP network domain name derived from the given 73 * @param identity Identity string built from the encrypted IMSI.
|
/hardware/google/gfxstream/guest/gralloc_cb/include/ |
D | gralloc_cb_bp.h | 63 static cb_handle_t* from(void* p) { in from() function 69 static const cb_handle_t* from(const void* p) { in from() function 70 return from(const_cast<void*>(p)); in from() 74 return from(const_cast<void*>(p)); in from_unconst()
|
/hardware/google/pixel/vibrator/common/proto/ |
D | capo.proto | 25 // Explicitly prevents 0 from being used as a valid message type. 26 // Doing so protects from obscure bugs caused by default-initialized values. 29 // Detector configuration related message start from 100. 49 // Position Detection related message start from 200. 57 // Explicitly prevents 0 from being used as a valid notification type. 58 // Doing so protects from obscure bugs caused by default-initialized values. 67 // Notification of request update from the carried position detector. 70 // Notification of force update from the carried position detector. 85 // Explicitly prevents 0 from being used as a valid carried position type. 86 // Doing so protects from obscure bugs caused by default-initialized values. [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
D | README.md | 20 …FUEL_CAPACITY` 5.`VehicleProperty::HVAC_SEAT_TEMPERATURE`| Value obtained from FuzzedDataProvider | 21 …RS_PRESENT` 3.`DiagnosticIntegerSensorIndex::FUEL_TYPE` | Value obtained from FuzzedDataProvider | 22 …ANK1` 3.`DiagnosticFloatSensorIndex::THROTTLE_POSITION` | Value obtained from FuzzedDataProvider | 23 …BILITY_CHANGE` 1.`VmsMessageType::AVAILABILITY_RESPONSE` | Value obtained from FuzzedDataProvider | 24 …TIONS_CHANGE` 1.`VmsMessageType::SUBSCRIPTIONS_RESPONSE` | Value obtained from FuzzedDataProvider | 48 1. Push the following libraries from /vendor/lib/ and /vendor/lib64/ folders of your workspace to t…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | trace_rays_binding_table.adoc | 9 If the buffer from which {rayGenShaderBindingTableAddress} was queried 13 The buffer from which the {rayGenShaderBindingTableAddress} is queried 20 If the buffer from which {missShaderBindingTableAddress} was queried is 24 The buffer from which the {missShaderBindingTableAddress} is queried 37 If the buffer from which {hitShaderBindingTableAddress} was queried is 41 The buffer from which the {hitShaderBindingTableAddress} is queried 54 If the buffer from which {callableShaderBindingTableAddress} was queried 58 The buffer from which the {callableShaderBindingTableAddress} is queried 109 {hitShaderBindingTableAddress} accessed by this call from a geometry 115 {hitShaderBindingTableAddress} accessed by this call from a geometry
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantStaIfaceCallback.hal | 67 * OceRssiBasedAssocRejectAttr is extracted from (Re-)Association response 68 * frame from an OCE AP to indicate that the AP has rejected the 75 * the AP would accept a (Re-)Association request from the STA before 83 * accept any subsequent (Re-)Association requests from the STA, unless 111 * explicit rejection response from the AP. 122 * mboAssocDisallowedReason is extracted from MBO association disallowed attribute 144 * Used to indicate a Hotspot 2.0 terms and conditions acceptance is requested from the user 157 * @param data ANQP data fetched from the access point. 159 * @param hs20Data ANQP data fetched from the Hotspot 2.0 access point. 165 * Used to indicate an association rejection received from the AP
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | IExecutionCallback.hal | 20 * IExecutionCallback must be used to return the error status result from an 21 * execution asynchronously launched from IPreparedModel::execute. 28 * ErrorStatus resulting from the execution. If the asynchronous task 31 * @param status Error status returned from launching the asynchronous task 32 * (if the launch fails) or from the asynchronous task itself
|