Home
last modified time | relevance | path

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

123456

/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMtpDeviceRecord.java26 public final boolean opened; field in MtpDeviceRecord
31 MtpDeviceRecord(int deviceId, String name, @Nullable String deviceKey, boolean opened, in MtpDeviceRecord() argument
36 this.opened = opened; in MtpDeviceRecord()
H A DMtpManager.java272 final boolean opened = mtpDevice != null; in setInitVersion()
276 if (opened) { in setInitVersion()
294 final boolean opened = mtpDevice != null; in createDeviceRecord()
301 if (opened) { in createDeviceRecord()
320 device.getDeviceId(), name, device.getSerialNumber(), opened, roots, in createDeviceRecord()
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java66 boolean opened = mDevice.openNotification(); in getNotification()
67 Log.v(TAG, "openNotification(): " + opened); in getNotification()
81 boolean opened = mDevice.openNotification(); in getNotification2()
82 Log.v(TAG, "openNotification(): " + opened); in getNotification2()
/aosp12/hardware/interfaces/tv/tuner/1.0/
H A DITuner.hal46 * @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.
/aosp12/hardware/interfaces/camera/device/3.2/
H A DICameraDevice.hal68 * 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,
/aosp12/hardware/interfaces/cas/1.2/
H A DICas.hal36 * @param intent the intention of the session to be opened.
39 * @return sessionId the id of the newly opened session.
/aosp12/hardware/interfaces/drm/1.0/
H A DIDrmPlugin.hal39 * 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 …]
H A DICryptoPlugin.hal24 * 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,
/aosp12/hardware/interfaces/drm/1.1/
H A DIDrmPlugin.hal40 * 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
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DFuseAppLoop.java268 if (entry.opened) {
273 entry.opened = true;
337 boolean opened;
/aosp12/hardware/interfaces/audio/2.0/
H A Dtypes.hal78 * Used by streams opened in mmap mode.
88 * Used by streams opened in mmap mode.
/aosp12/system/bt/btif/co/
H A Dbta_av_co.cc91 opened(false),
148 bool opened; // True if opened member in BtaAvCoPeer
733 opened = false; in Reset()
880 if (p_peer->opened) { in ProcessDiscoveryResult()
923 __func__, p_peer->opened, p_peer->num_sinks, in ProcessSourceGetConfig()
1069 __func__, p_peer->addr.ToString().c_str(), p_peer->opened, in ProcessSinkGetConfig()
1194 __func__, p_peer->addr.ToString().c_str(), p_peer->opened, in ProcessSetConfig()
1198 if (p_peer->opened) { in ProcessSetConfig()
1294 p_peer->opened = true; in ProcessOpen()
1457 if (!p_peer->opened) continue; in GetPeerEncoderParameters()
[all …]
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Ddomain_deprecated.te3 # Read files already opened under /data.
H A Dmediaprovider.te24 # Allow MediaProvider to read/write cached ringtones (opened by system).
/aosp12/system/nfc/src/nfa/hci/
H A Dnfa_hci_act.cc667 evt_data.opened.pipe = p_evt_data->open_pipe.pipe; in nfa_hci_api_open_pipe()
668 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_api_open_pipe()
674 evt_data.opened.pipe = p_evt_data->open_pipe.pipe; in nfa_hci_api_open_pipe()
675 evt_data.opened.status = NFA_STATUS_FAILED; in nfa_hci_api_open_pipe()
1896 evt_data.opened.pipe = p_pipe->pipe_id; in nfa_hci_handle_generic_gate_cmd()
1897 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_handle_generic_gate_cmd()
1906 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_handle_generic_gate_cmd()
1949 evt_data.opened.status = status; in nfa_hci_handle_generic_gate_rsp()
1950 evt_data.opened.pipe = p_pipe->pipe_id; in nfa_hci_handle_generic_gate_rsp()
1959 evt_data.opened.status = status; in nfa_hci_handle_generic_gate_rsp()
[all …]
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestSearchViewManager.java53 public void onSearchViewChanged(boolean opened) { in TestSearchViewManager()
/aosp12/packages/apps/Settings/protos/
H A Dsettings_log_bridge.proto9 * it's a PAGE_VISIBLE event, where the page is opened from.
/aosp12/build/make/tools/droiddoc/templates-pdk/
H A Dtrailer.cs1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
/aosp12/hardware/interfaces/drm/1.2/
H A DICryptoPlugin.hal28 * It allows crypto sessions to be opened and operated on, to
69 * opened
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A DTestMtpManager.java82 if (device.opened) { in getDevices()
86 device.deviceId, device.name, device.deviceKey, device.opened, in getDevices()
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dhal_cas.te11 # Read files already opened under /data
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dhal_cas.te12 # Read files already opened under /data
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dhal_cas.te11 # Read files already opened under /data
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dhal_cas.te11 # Read files already opened under /data
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dhal_cas.te11 # Read files already opened under /data

123456