/aosp12/packages/services/Mtp/src/com/android/mtp/ |
H A D | MtpDeviceRecord.java | 26 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 D | MtpManager.java | 272 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 D | UiBot.java | 66 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 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.
|
/aosp12/hardware/interfaces/camera/device/3.2/ |
H A 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,
|
/aosp12/hardware/interfaces/cas/1.2/ |
H A D | ICas.hal | 36 * @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 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 …]
|
H A 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,
|
/aosp12/hardware/interfaces/drm/1.1/ |
H A 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
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | FuseAppLoop.java | 268 if (entry.opened) { 273 entry.opened = true; 337 boolean opened;
|
/aosp12/hardware/interfaces/audio/2.0/ |
H A D | types.hal | 78 * Used by streams opened in mmap mode. 88 * Used by streams opened in mmap mode.
|
/aosp12/system/bt/btif/co/ |
H A D | bta_av_co.cc | 91 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 D | domain_deprecated.te | 3 # Read files already opened under /data.
|
H A D | mediaprovider.te | 24 # Allow MediaProvider to read/write cached ringtones (opened by system).
|
/aosp12/system/nfc/src/nfa/hci/ |
H A D | nfa_hci_act.cc | 667 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 D | TestSearchViewManager.java | 53 public void onSearchViewChanged(boolean opened) { in TestSearchViewManager()
|
/aosp12/packages/apps/Settings/protos/ |
H A D | settings_log_bridge.proto | 9 * it's a PAGE_VISIBLE event, where the page is opened from.
|
/aosp12/build/make/tools/droiddoc/templates-pdk/ |
H A D | trailer.cs | 1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
|
/aosp12/hardware/interfaces/drm/1.2/ |
H A D | ICryptoPlugin.hal | 28 * It allows crypto sessions to be opened and operated on, to 69 * opened
|
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/ |
H A D | TestMtpManager.java | 82 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 D | hal_cas.te | 11 # Read files already opened under /data
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | hal_cas.te | 12 # Read files already opened under /data
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | hal_cas.te | 11 # Read files already opened under /data
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | hal_cas.te | 11 # Read files already opened under /data
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | hal_cas.te | 11 # Read files already opened under /data
|