Home
last modified time | relevance | path

Searched refs:offline (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/thermal/1.0/
DIThermal.hal31 * they go offline, if these devices exist on boot. The method
67 * of calls to this method even if they go offline, if these devices
Dtypes.hal112 * If the core is offline, all other members except |name| should be ignored.
/hardware/interfaces/drm/1.0/
Dtypes.hal144 * Drm keys can be for offline content or for online streaming.
157 * The Release type is used to request that offline keys be no longer
158 * restricted to offline use.
180 * Key request type is a release. A key release causes offline keys
DIDrmPlugin.hal73 * offline or a release
107 * is for either streaming or offline key requests. Scope should be set to
120 * @return keySetId when the response is for an offline key request, a
141 * Restore persisted offline keys into a new session
/hardware/qcom/audio/hal/
Daudio_hw.c3249 bool offline = (adev->card_status == CARD_STATUS_OFFLINE); in adev_open_output_stream() local
3254 if (offline) { in adev_open_output_stream()