/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);
|
D | QCameraStream.cpp | 2375 mStreamInfo->reprocess_config.offline.input_type == type) { in isOrignalTypeOf() 2417 return mStreamInfo->reprocess_config.offline.input_type; in getMyOriginalType()
|
D | QCamera2HWI.cpp | 8715 streamInfoBuf->reprocess_config.offline = img_config; in addOfflineReprocChannel()
|
/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 | 62 * - 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 | IPreparedModel.hal | 72 * - 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
|
D | IExecutionCallback.hal | 39 * - DEVICE_UNAVAILABLE if driver is offline or busy
|
D | IPreparedModelCallback.hal | 44 * - 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()
|
/hardware/interfaces/drm/1.1/ |
D | IDrmPlugin.hal | 88 * offline or a release
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_types.h | 2975 cam_pp_offline_src_config_t offline; member
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 4631 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/ |
D | audio_hw.c | 5029 bool offline = (adev->card_status == CARD_STATUS_OFFLINE); in adev_open_output_stream() local 5034 if (offline) { in adev_open_output_stream()
|