Searched refs:opened (Results 1 – 25 of 36) sorted by relevance
12
/hardware/interfaces/cas/1.2/ |
D | ICas.hal | 36 * @param intent the intention of the session to be opened. 39 * @return sessionId the id of the newly opened session.
|
/hardware/interfaces/tv/tuner/1.0/ |
D | ITuner.hal | 46 * @param frontendId the id of the frontend to be opened. 118 * @param lnbId the id of the LNB to be opened. 132 * @param lnbName the name for an external LNB to be opened. The app 139 * @return lnbId the id of the LNB to be opened.
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDevice.hal | 68 * The camera device cannot be opened due to an internal 121 * This camera device has been opened, so the torch cannot be 158 * The camera device cannot be opened due to an internal 166 * opened concurrently were opened already. 172 * @return session The interface to the newly-opened camera session,
|
/hardware/interfaces/audio/2.0/ |
D | types.hal | 78 * Used by streams opened in mmap mode. 88 * Used by streams opened in mmap mode.
|
D | IDevice.hal | 105 * If the stream can not be opened with the proposed audio config, 127 * If the stream can not be opened with the proposed audio config,
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPlugin.hal | 39 * session cannot be opened. 40 * @return sessionId the session ID for the newly opened session 50 * opened, BAD_VALUE if the sessionId is invalid or ERROR_DRM_INVALID_STATE 80 * opened, ERROR_DRM_NOT_PROVISIONED if the device requires provisioning 114 * opened, ERROR_DRM_NOT_PROVISIONED if the device requires provisioning 135 * opened, BAD_VALUE if the sessionId is invalid or ERROR_DRM_INVALID_STATE 148 * opened, BAD_VALUE if any parameters are invalid or ERROR_DRM_INVALID_STATE 164 * opened, BAD_VALUE if the sessionId is invalid or ERROR_DRM_INVALID_STATE 377 * opened, BAD_VALUE if any parameters are invalid or ERROR_DRM_INVALID_STATE 392 * opened, BAD_VALUE if any parameters are invalid or ERROR_DRM_INVALID_STATE [all …]
|
D | ICryptoPlugin.hal | 24 * It allows crypto sessions to be opened and operated on, to 53 * ERROR_DRM_SESSION_NOT_OPENED if the session is not opened, or 102 * ERROR_DRM_SESSION_NOT_OPENED if the decrypt session is not opened,
|
D | types.hal | 40 * attempt is made to use a session that has not been opened. 136 * This event indicates that a session opened by the app has been reclaimed
|
/hardware/interfaces/drm/1.1/ |
D | IDrmPlugin.hal | 40 * sessions are opened at the native security level of the device which is 58 * a session cannot be opened. 60 * @return sessionId the session ID for the newly opened session 94 * session is not opened, ERROR_DRM_NOT_PROVISIONED if the device 151 * sessions that may be opened simultaneosly among all DRM instances for the 157 * @return currentSessions the number of currently opened sessions 172 * session is not opened, BAD_VALUE if the sessionId is invalid or
|
/hardware/interfaces/cas/1.1/ |
D | ICasListener.hal | 25 * @param sessionId the id of an opened session.
|
D | ICas.hal | 33 * @param sessionId the id of an opened session.
|
/hardware/interfaces/drm/1.2/ |
D | ICryptoPlugin.hal | 28 * It allows crypto sessions to be opened and operated on, to 69 * opened
|
/hardware/interfaces/broadcastradio/1.0/ |
D | IBroadcastRadio.hal | 35 * If no other tuner is opened, this will power on the radio hardware.
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 71 * Used by streams opened in mmap mode. 86 * Used by streams opened in mmap mode.
|
D | IDevice.hal | 103 * If the stream can not be opened with the proposed audio config, 128 * If the stream can not be opened with the proposed audio config, 294 * or there are streams currently opened.
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 71 * Used by streams opened in mmap mode. 86 * Used by streams opened in mmap mode.
|
D | IDevice.hal | 103 * If the stream can not be opened with the proposed audio config, 128 * If the stream can not be opened with the proposed audio config,
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevice.hal | 117 * This camera device has been opened, so the torch cannot be 164 * The camera device cannot be opened due to an internal 172 * opened concurrently were opened already.
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 94 * Used by streams opened in mmap mode. 109 * Used by streams opened in mmap mode.
|
D | IDevice.hal | 103 * If the stream can not be opened with the proposed audio config, 128 * If the stream can not be opened with the proposed audio config,
|
/hardware/interfaces/cas/1.0/ |
D | types.hal | 40 * attempt is made to use a session that has not been opened.
|
D | ICas.hal | 43 * @return sessionId the id of the newly opened session.
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioPort.hal | 36 * This indicates that the caller of this method has opened the data path
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDevice.hal | 59 * The camera device cannot be opened due to an internal
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | sound_trigger_hw_iaxxx.c | 142 int opened; member 3060 if (!stdev->opened) { in stdev_get_model_state() 3125 if (!stdev->opened) { in stdev_close() 3139 stdev->opened = false; in stdev_close() 3404 if (stdev->opened) { in stdev_open() 3433 stdev->opened = true; in stdev_open() 3538 if (!stdev->opened) { in sound_trigger_hw_call_back()
|
12