Home
last modified time | relevance | path

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

/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);
DQCameraStream.cpp2375 mStreamInfo->reprocess_config.offline.input_type == type) { in isOrignalTypeOf()
2417 return mStreamInfo->reprocess_config.offline.input_type; in getMyOriginalType()
DQCamera2HWI.cpp8715 streamInfoBuf->reprocess_config.offline = img_config; in addOfflineReprocChannel()
/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.hal62 * - 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
DIPreparedModel.hal72 * - DEVICE_UNAVAILABLE if driver is offline or busy
111 * - DEVICE_UNAVAILABLE if driver is offline or busy
148 * - 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
/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()
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal88 * offline or a release
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h2975 cam_pp_offline_src_config_t offline; member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c4631 type = stream_info->reprocess_config.offline.input_type; in mm_stream_calc_offset_postproc()
4635 *plns = stream_info->reprocess_config.offline.input_buf_planes; in mm_stream_calc_offset_postproc()
4639 type = stream_info->reprocess_config.offline.input_type; in mm_stream_calc_offset_postproc()
/hardware/qcom/audio/hal/
Daudio_hw.c5029 bool offline = (adev->card_status == CARD_STATUS_OFFLINE); in adev_open_output_stream() local
5034 if (offline) { in adev_open_output_stream()