/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/ |
D | contractions | 54 what'll 55 what're 56 what's 57 what've
|
/hardware/nxp/weaver/1.0/ |
D | WeaverService.cpp | 61 ALOGE("Length Exception occurred = %s ", e.what()); in main() 63 ALOGE("ios failure Exception occurred = %s ", e.what()); in main() 65 ALOGE("system error Exception occurred = %s ", e.what()); in main()
|
/hardware/nxp/weaver/aidl_impl/ |
D | service.cpp | 39 ALOGE("ios failure Exception occurred = %s ", e.what()); in main() 41 ALOGE("system error Exception occurred = %s ", e.what()); in main()
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 2731 s->meta_data.what = flags; in metaHandler() 2738 s->type, s->meta_data.what, s->meta_data.sensor, in metaHandler() 2755 int what = -1, err = 0; in enable() local 2760 what = StepCounter; in enable() 2803 what = Accelerometer; in enable() 2807 what = MagneticField; in enable() 2811 what = RawMagneticField; in enable() 2815 what = Orientation; in enable() 2819 what = Gyro; in enable() 2823 what = RawGyro; in enable() [all …]
|
D | sensors_mpl.cpp | 94 int query(int what, int *value); 313 int sensors_poll_context_t::query(int what, int* value) in query() argument 316 return mSensor->query(what, value); in query()
|
D | SensorBase.h | 96 virtual int query(int what, int* value);
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 3035 s->meta_data.what = flags; 3041 s->type, s->meta_data.what, s->meta_data.sensor, 3058 int what = -1, err = 0; local 3074 what = StepCounter; 3088 mBatchDelays[what] = 1000000000LL; 3091 what = StepDetector; 3111 mBatchDelays[what] = 1000000000LL; 3136 what = Accelerometer; 3140 what = MagneticField; 3144 what = RawMagneticField; [all …]
|
D | sensors_mpl.cpp | 117 int query(int what, int *value); 351 int sensors_poll_context_t::query(int what, int* value) in query() argument 354 return mSensor->query(what, value); in query() 422 int what, int *value) in poll__query() argument 425 return ctx->query(what, value); in poll__query()
|
D | SensorBase.h | 97 virtual int query(int what, int* value);
|
/hardware/nxp/secure_element/snxxx/1.1/ |
D | NxpEseService.cpp | 135 ALOGE("Length Exception occurred = %s ", e.what()); in main() 137 ALOGE("ios failure Exception occurred = %s ", e.what()); in main() 139 ALOGE("Regex Exception occurred = %s ", e.what()); in main()
|
/hardware/nxp/secure_element/snxxx/1.2/ |
D | NxpEseService.cpp | 181 ALOGE("Length Exception occurred = %s ", e.what()); in main() 183 ALOGE("ios failure Exception occurred = %s ", e.what()); in main() 185 ALOGE("Regex Exception occurred = %s ", e.what()); in main()
|
/hardware/interfaces/light/2.0/ |
D | ILight.hal | 25 * @param state describes what the light should look like. 31 * Discover what indicator lights are available.
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | WatchdogClient.cpp | 127 switch (message.what) { in handleMessage() 132 ALOGW("Unknown message: %d", message.what); in handleMessage()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | BaseSensorObject.cpp | 45 .meta_data.what = META_DATA_FLUSH_COMPLETE, in flush()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_swapchain_colorspace.adoc | 33 Therefore, do not plan on documenting what formats support which color 36 what a particular implementation supports.
|
D | VK_EXT_astc_decode_mode.adoc | 49 1) Are implementations allowed to decode at a higher precision than what is 55 But developers would have no way of knowing what precision was actually
|
D | VK_EXT_tooling_info.adoc | 28 each known tool to figure out what is going on -- in some cases the tool 33 amount of semantic information about what the tool is doing is provided to
|
D | VK_EXT_vertex_input_dynamic_state.adoc | 26 This extension adds dynamic state support for what is normally static state
|
D | VK_KHR_external_semaphore_capabilities.adoc | 26 that allow an application to determine what types of "`external`" semaphore
|
D | VK_KHR_external_fence_capabilities.adoc | 28 that allow an application to determine what types of "`external`" fence
|
/hardware/interfaces/broadcastradio/common/utils/include/broadcastradio-utils/ |
D | WorkerThread.h | 40 std::function<void()> what; member
|
/hardware/interfaces/sensors/1.0/default/ |
D | convert.cpp | 78 dst->u.meta.what = (MetaDataEventType)src.meta_data.what; in convertFromSensorEvent() 215 dst->meta_data.what = (int32_t)src.u.meta.what; in convertToSensorEvent()
|
/hardware/interfaces/broadcastradio/common/utils/ |
D | WorkerThread.cpp | 90 task.what(); in threadLoop()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_image_compression_control.adoc | 26 …want to expose a query to let applications understand what compression rates are available and wha… 181 …xt chain of `VkImageFormatProperties2` and `VkSurfaceFormat2KHR` to query what compression rates a… 201 To check if what level of compression was applied: 222 To query what rates the implementation supports:
|
/hardware/interfaces/sensors/aidl/android/hardware/sensors/ |
D | Event.aidl | 326 MetaDataEventType what;
|