Searched refs:offline (Results 1 – 25 of 31) sorted by relevance
12
/hardware/interfaces/drm/1.2/ |
D | IDrmPlugin.hal | 35 * 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 …]
|
D | types.hal | 91 * offline license. The keySetId is created by the HAL implementation
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraChannel.cpp | 1104 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 …]
|
D | QCameraChannel.h | 145 bool offline);
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IBuffer.hal | 34 * - DEVICE_UNAVAILABLE if driver is offline or busy 52 * - DEVICE_UNAVAILABLE if driver is offline or busy
|
D | IPreparedModelCallback.hal | 45 * - DEVICE_UNAVAILABLE if driver is offline or busy
|
D | IFencedExecutionCallback.hal | 38 * - DEVICE_UNAVAILABLE if driver is offline or busy
|
D | IExecutionCallback.hal | 42 * - DEVICE_UNAVAILABLE if driver is offline or busy
|
D | IDevice.hal | 44 * - 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
|
D | IPreparedModel.hal | 107 * - 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/ |
D | IThermal.hal | 31 * 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
|
D | types.hal | 112 * If the core is offline, all other members except |name| should be ignored.
|
/hardware/interfaces/thermal/2.0/ |
D | IThermal.hal | 38 * 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/ |
D | IDevice.hal | 35 * - 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/ |
D | IDevice.hal | 30 * - 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
|
D | IExecutionCallback.hal | 35 * - DEVICE_UNAVAILABLE if driver is offline or busy
|
D | IPreparedModelCallback.hal | 42 * - DEVICE_UNAVAILABLE if driver is offline or busy
|
D | IPreparedModel.hal | 72 * - DEVICE_UNAVAILABLE if driver is offline or busy
|
/hardware/interfaces/drm/1.0/ |
D | types.hal | 144 * 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
|
D | IDrmPlugin.hal | 73 * 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/ |
D | IDevice.hal | 50 * - 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
|
D | IExecutionCallback.hal | 39 * - DEVICE_UNAVAILABLE if driver is offline or busy
|
D | IPreparedModelCallback.hal | 44 * - DEVICE_UNAVAILABLE if driver is offline or busy
|
D | IPreparedModel.hal | 82 * - 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/ |
D | QCamera3Channel.cpp | 5460 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