Home
last modified time | relevance | path

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

12

/hardware/interfaces/drm/1.2/
DIDrmPlugin.hal35 * The keys in an offline license allow protected content to be
41 * will be necessary to request the list of stored offline license
47 * This method returns a list of the KeySetIds for all offline
48 * licenses. The offline license KeySetId allows an app to query
49 * the status of an offline license or remove it.
54 * @return a list of offline license keySetIds. If there are no offline
62 * Normally offline licenses are released using a key
66 * removed and then adjust the count of offline licenses allocated
70 * remove offline licenses without notifying the server, which is
73 * @param keySetId the id of the offline license to remove
[all …]
Dtypes.hal91 * offline license. The keySetId is created by the HAL implementation
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.cpp1104 bool offline) in addReprocStreamsFromSource() argument
1267 if (offline) { in addReprocStreamsFromSource()
1272 pStream->getFormat(rp_cfg.offline.input_fmt); in addReprocStreamsFromSource()
1273 pStream->getFrameDimension(rp_cfg.offline.input_dim); in addReprocStreamsFromSource()
1275 rp_cfg.offline.input_buf_planes.plane_info = offset; in addReprocStreamsFromSource()
1276 rp_cfg.offline.input_type = pStream->getMyOriginalType(); in addReprocStreamsFromSource()
1278 rp_cfg.offline.num_of_bufs = 2; in addReprocStreamsFromSource()
1320 if (offline) { in addReprocStreamsFromSource()
1321 type = streamInfo->reprocess_config.offline.input_type; in addReprocStreamsFromSource()
1367 if (offline) { in addReprocStreamsFromSource()
[all …]
DQCameraChannel.h145 bool offline);
/hardware/interfaces/neuralnetworks/1.3/
DIBuffer.hal34 * - DEVICE_UNAVAILABLE if driver is offline or busy
52 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModelCallback.hal45 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIFencedExecutionCallback.hal38 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIExecutionCallback.hal42 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIDevice.hal44 * - DEVICE_UNAVAILABLE if driver is offline or busy
66 * - DEVICE_UNAVAILABLE if driver is offline or busy
191 * - DEVICE_UNAVAILABLE if driver is offline or busy
286 * - DEVICE_UNAVAILABLE if driver is offline or busy
341 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModel.hal107 * - DEVICE_UNAVAILABLE if driver is offline or busy
178 * - DEVICE_UNAVAILABLE if driver is offline or busy
268 * - DEVICE_UNAVAILABLE if driver is offline or busy
/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/thermal/2.0/
DIThermal.hal38 * they go offline, if these devices exist on boot. The method
56 * they go offline, if these devices exist on boot. The method
113 * of calls to this method even if they go offline, if these devices
/hardware/interfaces/neuralnetworks/1.1/
DIDevice.hal35 * - DEVICE_UNAVAILABLE if driver is offline or busy
52 * - DEVICE_UNAVAILABLE if driver is offline or busy
115 * - DEVICE_UNAVAILABLE if driver is offline or busy
/hardware/interfaces/neuralnetworks/1.0/
DIDevice.hal30 * - DEVICE_UNAVAILABLE if driver is offline or busy
47 * - DEVICE_UNAVAILABLE if driver is offline or busy
108 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIExecutionCallback.hal35 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModelCallback.hal42 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModel.hal72 * - DEVICE_UNAVAILABLE if driver is offline or busy
/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/interfaces/neuralnetworks/1.2/
DIDevice.hal50 * - DEVICE_UNAVAILABLE if driver is offline or busy
69 * - DEVICE_UNAVAILABLE if driver is offline or busy
83 * - DEVICE_UNAVAILABLE if driver is offline or busy
97 * - DEVICE_UNAVAILABLE if driver is offline or busy
115 * - DEVICE_UNAVAILABLE if driver is offline or busy
155 * - DEVICE_UNAVAILABLE if driver is offline or busy
261 * - DEVICE_UNAVAILABLE if driver is offline or busy
341 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIExecutionCallback.hal39 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModelCallback.hal44 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModel.hal82 * - DEVICE_UNAVAILABLE if driver is offline or busy
128 * - DEVICE_UNAVAILABLE if driver is offline or busy
200 * - DEVICE_UNAVAILABLE if driver is offline or busy
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp5460 reprocess_config.offline.input_fmt = src_config.input_stream_format; in addReprocStreamsFromSource()
5461 reprocess_config.offline.input_dim = src_config.input_stream_dim; in addReprocStreamsFromSource()
5462 reprocess_config.offline.input_buf_planes.plane_info = in addReprocStreamsFromSource()
5464 reprocess_config.offline.num_of_bufs = (uint8_t)mNumBuffers; in addReprocStreamsFromSource()
5465 reprocess_config.offline.input_type = src_config.stream_type; in addReprocStreamsFromSource()
5467 LOGH("input_fmt is %d, fmt is %d, input_dim is %d x %d", reprocess_config.offline.input_fmt, in addReprocStreamsFromSource()
5468 src_config.stream_format, reprocess_config.offline.input_dim.width, in addReprocStreamsFromSource()
5469 reprocess_config.offline.input_dim.height); in addReprocStreamsFromSource()

12