/hardware/google/aemu/base/ |
D | HealthMonitor_unittest.cpp | 487 MockHealthMonitor* monitor = nullptr; in TEST() local 488 auto builder = WATCHDOG_BUILDER(monitor, message); in TEST() 496 MockHealthMonitor* monitor = nullptr; in TEST() local 497 WATCHDOG_BUILDER(monitor, "test message") in TEST() 505 MockHealthMonitor monitor; in TEST() local 510 auto builder = WATCHDOG_BUILDER(&monitor, message); in TEST() 520 EXPECT_CALL(monitor, in TEST() 524 EXPECT_CALL(monitor, stopMonitoringTask(taskId)).Times(1); in TEST() 530 MockHealthMonitor monitor; in TEST() local 534 EXPECT_CALL(monitor, startMonitoringTask(Pointee(Field(&EventHangMetadata::hangType, hangType)), in TEST() [all …]
|
/hardware/google/pixel/thermal/ |
D | pixel-thermal-logd.rc | 38 write /dev/thermal/tz-by-name/quiet-therm-monitor/mode disabled 40 write /dev/thermal/tz-by-name/fps-therm-monitor/mode disabled 43 write /dev/thermal/tz-by-name/mb-therm-monitor/mode disabled 46 write /dev/thermal/tz-by-name/sdm-therm-monitor/mode disabled 49 write /dev/thermal/tz-by-name/skin-therm-monitor/mode disabled 59 write /dev/thermal/tz-by-name/skin-therm-monitor/emul_temp 25000 60 write /dev/thermal/tz-by-name/skin-therm-monitor/mode disabled 61 write /dev/thermal/tz-by-name/skin-virt-monitor/emul_temp 25000 62 write /dev/thermal/tz-by-name/skin-virt-monitor/mode disabled 80 write /dev/thermal/tz-by-name/quiet-therm-monitor/mode enabled [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_hdr_metadata.adoc | 10 better reproduce colors as seen on the reference monitor. 47 reference monitor's red primary in chromaticity coordinates 49 the reference monitor's green primary in chromaticity coordinates 51 the reference monitor's blue primary in chromaticity coordinates 53 reference monitor's white-point in chromaticity coordinates 54 * pname:maxLuminance is the maximum luminance of the reference monitor in 56 * pname:minLuminance is the minimum luminance of the reference monitor in 82 for real colors for the reference monitor.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_hdr_metadata.adoc | 22 of the reference monitor, which all together define the color volume 23 containing all the possible colors the reference monitor can produce. 24 The reference monitor is the display where creative work is done and 28 display pipeline to know the color volume of the original reference monitor 31 displayable on the original reference monitor.
|
D | VK_EXT_acquire_xlib_display.adoc | 29 Essentially, the X11 screen will behave as if the monitor has been unplugged
|
D | VK_EXT_display_control.adoc | 37 2) Should callbacks be added for a vsync event, or in general to monitor
|
D | VK_KHR_present_wait.adoc | 24 An application can use this to monitor and control the pacing of the
|
/hardware/interfaces/soundtrigger/2.1/vts/functional/ |
D | VtsHalSoundtriggerV2_1TargetTest.cpp | 134 mParent.monitor.notify(); in soundModelCallback() 156 mParent.monitor.notify(); in soundModelCallback_2_1() 163 Monitor monitor; member in SoundTriggerHidlTest 200 EXPECT_FALSE(monitor.wait(SHORT_TIMEOUT_PERIOD)); in TEST_P() 224 EXPECT_FALSE(monitor.wait(SHORT_TIMEOUT_PERIOD)); in TEST_P() 248 EXPECT_FALSE(monitor.wait(SHORT_TIMEOUT_PERIOD)); in TEST_P() 287 EXPECT_FALSE(monitor.wait(SHORT_TIMEOUT_PERIOD)); in TEST_P()
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | ProtectCallback.cpp | 54 std::shared_ptr<DeathMonitor> monitor; in serviceDied() local 58 monitor = it->second.lock(); in serviceDied() 66 if (monitor) { in serviceDied() 68 monitor->serviceDied(); in serviceDied()
|
/hardware/interfaces/soundtrigger/2.0/vts/functional/ |
D | VtsHalSoundtriggerV2_0TargetTest.cpp | 129 mParent.monitor.notify(); in soundModelCallback() 136 Monitor monitor; member in SoundTriggerHidlTest 198 EXPECT_FALSE(monitor.wait(SHORT_TIMEOUT_PERIOD)); in TEST_P() 227 EXPECT_FALSE(monitor.wait(SHORT_TIMEOUT_PERIOD)); in TEST_P()
|
/hardware/google/interfaces/bluetooth/ccc/1.0/ |
D | IBluetoothCcc.hal | 26 * API to monitor Bluetooth and system timestamp for given Bluetooth device when Bluetooth 37 * API to stop monitor given Bluetooth device.
|
/hardware/interfaces/tv/tuner/1.1/ |
D | IFilter.hal | 88 * Configure the monitor event. 98 * @param monitorEventypes the events to monitor. Set corresponding bit of the event to monitor.
|
/hardware/interfaces/health/utils/libhealth2impl/ |
D | Health.cpp | 100 static Return<void> GetProperty(BatteryMonitor* monitor, int id, T defaultValue, in GetProperty() argument 105 status_t err = monitor->getProperty(static_cast<int>(id), &prop); in GetProperty()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssGeofencing.hal | 42 * @param monitorTransitions - Which transitions to monitor. Bitwise OR of 73 * @param monitorTransitions Specifies which transitions to monitor.
|
/hardware/google/interfaces/bluetooth/ccc/1.1/ |
D | IBluetoothCcc.hal | 29 * API to monitor Bluetooth and system timestamp for given Bluetooth device when Bluetooth
|
/hardware/interfaces/sensors/2.1/ |
D | types.hal | 132 * heart rate monitor have a mandatory require_permission. 134 * rate monitor, the android framework might overwrite this string
|
/hardware/interfaces/health/aidl/default/ |
D | Health.cpp | 88 static ndk::ScopedAStatus GetProperty(::android::BatteryMonitor* monitor, int id, T defaultValue, in GetProperty() argument 92 ::android::status_t err = monitor->getProperty(static_cast<int>(id), &prop); in GetProperty()
|
/hardware/google/gfxstream/ |
D | .gitignore | 119 /qemu-monitor.texi 120 /qemu-monitor-info.texi
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsEnumerator.hal | 86 * interface in order to allow secondary clients to monitor the state of the EVS display
|
/hardware/interfaces/tv/tuner/1.1/default/ |
D | Filter.cpp | 1131 V1_1::DemuxFilterMonitorEvent monitor; in createMonitorEvent() local 1132 monitor.scramblingStatus(V1_1::ScramblingStatus::SCRAMBLED); in createMonitorEvent() 1133 event.events[0].monitorEvent(monitor); in createMonitorEvent()
|
/hardware/interfaces/gnss/visibility_control/1.0/ |
D | IGnssVisibilityControl.hal | 33 * There is no separate need for the GNSS HAL implementation to monitor the global device location
|
/hardware/interfaces/tv/tuner/aidl/default/ |
D | Filter.cpp | 1396 DemuxFilterMonitorEvent monitor; in createMonitorEvent() local 1397 monitor.set<DemuxFilterMonitorEvent::Tag::scramblingStatus>(ScramblingStatus::SCRAMBLED); in createMonitorEvent() 1400 DemuxFilterEvent::make<DemuxFilterEvent::Tag::monitorEvent>(std::move(monitor))); in createMonitorEvent()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_entry.cpp | 176 …void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCount… 177 void glBeginPerfMonitorAMD(GLuint monitor); 178 void glEndPerfMonitorAMD(GLuint monitor); 179 …void glGetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint* data, … 1482 void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCounte… in glSelectPerfMonitorCountersAMD() argument 1485 ctx->glSelectPerfMonitorCountersAMD(ctx, monitor, enable, group, numCounters, countersList); in glSelectPerfMonitorCountersAMD() 1488 void glBeginPerfMonitorAMD(GLuint monitor) in glBeginPerfMonitorAMD() argument 1491 ctx->glBeginPerfMonitorAMD(ctx, monitor); in glBeginPerfMonitorAMD() 1494 void glEndPerfMonitorAMD(GLuint monitor) in glEndPerfMonitorAMD() argument 1497 ctx->glEndPerfMonitorAMD(ctx, monitor); in glEndPerfMonitorAMD() [all …]
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 476 #void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCount… 480 #void glBeginPerfMonitorAMD(GLuint monitor) 484 #void glEndPerfMonitorAMD(GLuint monitor) 488 #void glGetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint *data, …
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiStaIface.hal | 48 * If set indicates that the RSSI monitor APIs are supported. 482 * - The packet fates are used to monitor the state of packets transmitted/
|