Home
last modified time | relevance | path

Searched refs:Stub (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NVX_binary_import.adoc33 === Stub API References
35 [open,refpage='VkCuFunctionNVX',desc='Stub description of VkCuFunctionNVX',type='handles']
44 [open,refpage='VkCuModuleNVX',desc='Stub description of VkCuModuleNVX',type='handles']
53 [open,refpage='vkCreateCuFunctionNVX',desc='Stub description of vkCreateCuFunctionNVX',type='protos…
64 [open,refpage='VkCuFunctionCreateInfoNVX',desc='Stub description of VkCuFunctionCreateInfoNVX',type…
75 [open,refpage='vkDestroyCuFunctionNVX',desc='Stub description of vkDestroyCuFunctionNVX',type='prot…
86 [open,refpage='vkCreateCuModuleNVX',desc='Stub description of vkCreateCuModuleNVX',type='protos']
97 [open,refpage='VkCuModuleCreateInfoNVX',desc='Stub description of VkCuModuleCreateInfoNVX',type='st…
108 [open,refpage='vkDestroyCuModuleNVX',desc='Stub description of vkDestroyCuModuleNVX',type='protos']
119 [open,refpage='vkCmdCuLaunchKernelNVX',desc='Stub description of vkCmdCuLaunchKernelNVX',type='prot…
[all …]
DVK_VALVE_descriptor_set_host_mapping.adoc44 === Stub API References
46 [open,refpage='vkGetDescriptorSetLayoutHostMappingInfoVALVE',desc='Stub description of vkGetDescrip…
57 [open,refpage='vkGetDescriptorSetHostMappingVALVE',desc='Stub description of vkGetDescriptorSetHost…
68 [open,refpage='VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE',desc='Stub description of VkP…
79 [open,refpage='VkDescriptorSetBindingReferenceVALVE',desc='Stub description of VkDescriptorSetBindi…
90 [open,refpage='VkDescriptorSetLayoutHostMappingInfoVALVE',desc='Stub description of VkDescriptorSet…
DVK_SEC_amigo_profiling.adoc49 === Stub API References
51 [open,refpage='VkPhysicalDeviceAmigoProfilingFeaturesSEC',desc='Stub description of VkPhysicalDevic…
62 [open,refpage='VkAmigoProfilingSubmitInfoSEC',desc='Stub description of VkAmigoProfilingSubmitInfoS…
/hardware/libhardware/modules/radio/
DAndroid.bp15 // Stub radio HAL module, used for tests
43 // Stub radio tool that can be run in native.
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/
Dloc-stub.pc.in7 Description: QTI GPS Location Stub
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/
Dloc-stub.pc.in7 Description: QTI GPS Location Stub
/hardware/interfaces/vibrator/aidl/default/example_java_client/example/vib/
DMyActivity.java44 IVibrator.Stub.asInterface(gimme("android.hardware.vibrator.IVibrator/default")); in onCreate()
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessImpl.cpp65 std::unique_ptr<android::hardware::automotive::remoteaccess::WakeupClient::Stub> grpcStub; in main()
/hardware/libhardware/modules/soundtrigger/
DAndroid.bp15 // Stub sound_trigger HAL module, used for tests
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/
DTestWakeupClientServiceImplUnitTest.cpp105 WakeupClient::Stub* getStub() { return mStub.get(); } in getStub()
165 std::unique_ptr<WakeupClient::Stub> mStub;
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h251 android::hardware::automotive::remoteaccess::PowerController::Stub* clientStub) const;
253 android::hardware::automotive::remoteaccess::PowerController::Stub* clientStub) const;
/hardware/interfaces/soundtrigger/aidl/cli/java/android/hardware/soundtrigger3/cli/
DSthalCli.java149 private static class SoundTriggerImpl extends ISoundTriggerHw.Stub {
/hardware/interfaces/soundtrigger/2.3/cli/java/android/hardware/soundtrigger/V2_3/cli/
DSthalCli.java115 private static class SoundTriggerImpl extends ISoundTriggerHw.Stub {
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp916 PowerController::Stub* clientStub) const { in getVehicleInUse()
934 PowerController::Stub* clientStub) const { in getApPowerBootupReason()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
D_swizzle.hpp139 struct Stub {}; struct
141 GLM_FUNC_QUALIFIER _swizzle_base2& operator= (Stub const &) { return *this; } in operator =()