/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
D | VtsHalTvTunerV1_0TargetTest.h | 74 static void description(const std::string& description) { in description() function 95 static void description(const std::string& description) { in description() argument 118 static void description(const std::string& description) { in description() function 143 static void description(const std::string& description) { in description() argument 196 static void description(const std::string& description) { in description() argument 233 static void description(const std::string& description) { in description() argument 265 static void description(const std::string& description) { in description() argument 306 static void description(const std::string& description) { in description() argument
|
/hardware/interfaces/tv/tuner/aidl/vts/functional/ |
D | VtsHalTvTunerTargetTest.h | 114 static void description(const std::string& description) { in description() argument 147 static void description(const std::string& description) { in description() function 182 static void description(const std::string& description) { in description() function 253 static void description(const std::string& description) { in description() argument 297 static void description(const std::string& description) { in description() argument 344 static void description(const std::string& description) { in description() argument 379 static void description(const std::string& description) { in description() function 446 static void description(const std::string& description) { in description() argument
|
/hardware/interfaces/tv/tuner/1.1/vts/functional/ |
D | VtsHalTvTunerV1_1TargetTest.h | 65 static void description(const std::string& description) { in description() function 94 static void description(const std::string& description) { in description() argument 121 static void description(const std::string& description) { in description() argument 144 static void description(const std::string& description) { in description() function
|
/hardware/interfaces/automotive/vehicle/aidl/emu_metadata/ |
D | android.hardware.automotive.vehicle-types-meta.json | 9 "description": "VIN of vehicle" string 14 …"description": "Manufacturer of vehicle\nThis property must communicate the vehicle's public brand… string 19 … "description": "Model of vehicle\nThis property must communicate the vehicle's public model name." string 24 … "description": "Model year of vehicle in YYYY format based on the Gregorian calendar." string 29 …"description": "Fuel capacity of the vehicle in milliliters\nThis property must communicate the ma… string 38 …"description": "List of fuels the vehicle may use.\nFuelType::FUEL_TYPE_ELECTRIC must only be incl… string 43 …"description": "Nominal usable battery capacity for EV or hybrid vehicle\nReturns the nominal batt… string 52 …"description": "List of connectors this EV may use\nIf the vehicle has multiple charging ports, th… string 61 …"description": "Fuel door location\nThis property must communicate the location of the fuel door o… string 70 …"description": "EV port location\nThis property must communicate the location of the charging port… string [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/vu-to-json/ |
D | vu_schema.json | 4 "description": "A database of validatable commands and structures in the Vulkan API", string 27 … "description": "Validation information for a structure or command in the Vulkan API", string 36 … "description": "A valid usage statement", string 42 …"description": "String identifier for a valid usage statement, corresponding to an anchor in the s… string 48 … "description": "HTML formatted string of the valid usage statement text", string 53 … "description": "String containing a page name in which this VUID lies. Currently unused.", string
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | VkLayer_MESA_overlay.json | 9 "description": "Mesa Overlay layer" string
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLESmacros.h | 38 #define FAIL_IF(condition, description) if((condition)) { \ argument 43 #define RET_AND_FAIL_IF(condition, description, ret) if((condition)) { \ argument
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/ |
D | VkLayer_MESA_device_select.json | 9 "description": "Linux device selection layer", string
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTesting.cpp | 40 std::ostringstream description; in describeGlEnum() local 49 const std::string& description) { in compareValue() 118 const std::string& description) { in compareVector()
|
/hardware/interfaces/media/bufferpool/aidl/default/tests/ |
D | single.cpp | 76 static void description(const std::string& description) { in description() argument
|
D | multi.cpp | 115 static void description(const std::string& description) { in description() argument
|
D | cond.cpp | 119 static void description(const std::string& description) { in description() argument
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_status_util.cpp | 53 ndk::ScopedAStatus createWifiStatus(WifiStatusCode code, const std::string& description) { in createWifiStatus()
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/ |
D | IEvsEnumerator.aidl | 43 ….hardware.automotive.evs.Stream[] getStreamList(in android.hardware.automotive.evs.CameraDesc desc… in getStreamList()
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/ |
D | IEvsEnumerator.aidl | 43 ….hardware.automotive.evs.Stream[] getStreamList(in android.hardware.automotive.evs.CameraDesc desc… in getStreamList()
|
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/ |
D | IEvsEnumerator.aidl | 100 Stream[] getStreamList(in CameraDesc description); in getStreamList()
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/ |
D | IEvsEnumerator.aidl | 43 ….hardware.automotive.evs.Stream[] getStreamList(in android.hardware.automotive.evs.CameraDesc desc… in getStreamList()
|
/hardware/interfaces/atrace/1.0/default/ |
D | AtraceDevice.cpp | 33 std::string description; member
|
/hardware/google/gfxstream/host/ |
D | SyncThread.cpp | 349 void SyncThread::triggerGeneral(FenceCompletionCallback cb, std::string description) { in triggerGeneral() 398 int SyncThread::sendAndWaitForResult(std::function<int(WorkerId)> job, std::string description) { in sendAndWaitForResult() 413 void SyncThread::sendAsync(std::function<void(WorkerId)> job, std::string description) { in sendAsync()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/ |
D | vk_rmv_exporter.c | 473 const struct util_format_description *description = in rmt_format_to_swizzle() local 951 rmt_valid_pool_size_count(struct vk_rmv_descriptor_pool_description *description) in rmt_valid_pool_size_count() 1043 rmt_dump_event_resource(struct vk_rmv_event_description *description, FILE *output) in rmt_dump_event_resource() 1050 rmt_dump_border_color_palette_resource(struct vk_rmv_border_color_palette_description *description, in rmt_dump_border_color_palette_resource() 1086 rmt_dump_heap_resource(struct vk_rmv_heap_description *description, FILE *output) in rmt_dump_heap_resource() 1114 rmt_dump_buffer_resource(struct vk_rmv_buffer_description *description, FILE *output) in rmt_dump_buffer_resource() 1179 rmt_dump_image_resource(struct vk_rmv_image_description *description, FILE *output) in rmt_dump_image_resource() 1262 rmt_dump_query_pool_resource(struct vk_rmv_query_pool_description *description, FILE *output) in rmt_dump_query_pool_resource() 1303 rmt_dump_pipeline_resource(struct vk_rmv_pipeline_description *description, FILE *output) in rmt_dump_pipeline_resource() 1344 rmt_dump_descriptor_pool_resource(struct vk_rmv_descriptor_pool_description *description, in rmt_dump_descriptor_pool_resource() [all …]
|
/hardware/interfaces/audio/aidl/default/bluetooth/ |
D | DevicePortProxy.cpp | 78 bool BluetoothAudioPortAidl::registerPort(const AudioDeviceDescription& description) { in registerPort() 109 bool BluetoothAudioPortAidl::initSessionType(const AudioDeviceDescription& description) { in initSessionType()
|
/hardware/google/gchips/gralloc4/src/4.x/ |
D | GrallocMapper.cpp | 194 Return<void> GrallocMapper::getFromBufferDescriptorInfo(const BufferDescriptorInfo &description, in getFromBufferDescriptorInfo() 214 Return<void> GrallocMapper::isSupported(const IMapper::BufferDescriptorInfo &description, isSupport… in isSupported()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.cpp | 632 void HidRawSensor::detectSensorFromDescription(const std::string &description) { in detectSensorFromDescription() 640 const std::string &description) { in detectAndroidHeadTrackerSensor() 684 bool HidRawSensor::detectAndroidCustomSensor(const std::string &description) { in detectAndroidCustomSensor()
|
/hardware/interfaces/media/omx/1.0/vts/functional/store/ |
D | VtsHalMediaOmxV1_0TargetStoreTest.cpp | 74 static void description(const std::string& description) { in description() argument
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | GlWrapper.cpp | 354 const HardwareBufferDescription& description) { in updateImageTexture()
|