Searched refs:cell (Results 1 – 25 of 42) sorted by relevance
12
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | asciidoctor-mathematical-ext.rb | 16 row.each do |cell| 17 mathematicalProcessor.process cell.inner_document if cell.style == :asciidoc
|
/hardware/interfaces/radio/1.5/ |
D | IRadioIndication.hal | 43 * the cell (for example, all components of the CGI or ECGI). 45 * cell that was chosen for the failed registration attempt. 66 * <p>Provide information about the barring status of the cell for the user. The information 71 * <p>This indication should be sent whenever the cell’s barring config changes for the current 75 * service, and when the System Information including barring info for a camped cell is updated. 81 * Report all of the current cell information known to the radio. 87 * @param records Current cell information
|
D | types.hal | 554 * Indicates whether the cell is restricted to only CSG members. A cell not broadcasting the 563 * The human-readable name of the closed subscriber group operating this cell. 570 * The identity of the closed subscriber group that the cell belongs to. 579 * If no CSG info is provided by the cell, then this structure shall be present. 584 * If CSG info is provided by the cell, this structure shall be present. 591 * The fields "mcc" and "mnc" must contain the PLMN-ID of the primary PLMN of this cell. 595 /** Additional PLMN-IDs beyond the primary PLMN broadcast for this cell */ 601 * The fields "mcc" and "mnc" must contain the PLMN-ID of the primary PLMN of this cell. 605 /** Additional PLMN-IDs beyond the primary PLMN broadcast for this cell */ 608 /** Information about any closed subscriber group ID for this cell */ [all …]
|
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/ |
D | EnrollmentFrame.aidl | 32 @nullable Cell cell;
|
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/ |
D | EnrollmentFrame.aidl | 37 @nullable android.hardware.biometrics.face.Cell cell;
|
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/ |
D | EnrollmentFrame.aidl | 38 @nullable android.hardware.biometrics.face.Cell cell;
|
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/ |
D | EnrollmentFrame.aidl | 37 @nullable android.hardware.biometrics.face.Cell cell;
|
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/ |
D | EnrollmentFrame.aidl | 37 @nullable android.hardware.biometrics.face.Cell cell;
|
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/ |
D | EnrollmentFrame.aidl | 38 @nullable android.hardware.biometrics.face.Cell cell;
|
/hardware/interfaces/radio/1.2/ |
D | IRadioIndication.hal | 33 * Request all of the current cell information known to the radio. 37 * @param records Current cell information
|
D | types.hal | 74 * Cell is not a serving cell. 78 * UE has connection to cell for signalling and possibly data (3GPP 36.331, 25.331). 82 * UE has connection to cell for data (3GPP 36.331, 25.331). 306 * True if this cell is registered false if not registered. 339 * Connection status for the cell. 384 * Connection status for cell. Valid values are PRIMARY_SERVING and SECONDARY_SERVING. 503 * If cell info type is NONE, then all the vectors must be of size 0. 576 * 48-63 - Retry upon entry into a new cell
|
D | IRadioResponse.hal | 29 * @param cellInfo List of current cell information known to radio
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 1106 * g(W_{xc}x_t+W_{hc}h_{t-1}+b_c),\ t_{cell}) & \\ 1118 * * \f$C_t\f$ is the cell state, 1122 * * \f$g\f$ is the cell input and cell output activation function, usually 1126 * * \f$W_{ci}\f$ is the cell-to-input weight matrix, 1130 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix, 1132 * * \f$W_{xc}\f$ is the input-to-cell weight matrix, 1133 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix, 1134 * * \f$b_c\f$ is the cell bias, 1137 * * \f$W_{co}\f$ is the cell-to-output weight matrix, 1141 * * \f$t_{cell}\f$ is the threshold for clipping the cell state, and [all …]
|
/hardware/interfaces/security/authgraph/aidl/vts/functional/ |
D | lib.rs | 29 use std::{cell::RefCell, rc::Rc};
|
/hardware/interfaces/security/authgraph/default/src/ |
D | lib.rs | 26 use std::cell::RefCell;
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 1108 * g(W_{xc}x_t+W_{hc}h_{t-1}+b_c),\ t_{cell}) & \\ 1120 * * \f$C_t\f$ is the cell state, 1124 * * \f$g\f$ is the cell input and cell output activation function, usually 1128 * * \f$W_{ci}\f$ is the cell-to-input weight matrix, 1132 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix, 1134 * * \f$W_{xc}\f$ is the input-to-cell weight matrix, 1135 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix, 1136 * * \f$b_c\f$ is the cell bias, 1139 * * \f$W_{co}\f$ is the cell-to-output weight matrix, 1143 * * \f$t_{cell}\f$ is the threshold for clipping the cell state, and [all …]
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 839 * g(W_{xc}x_t+W_{hc}h_{t-1}+b_c),\ t_{cell}) & \\ 851 * * \f$C_t\f$ is the cell state, 855 * * \f$g\f$ is the cell input and cell output activation function, usually 859 * * \f$W_{ci}\f$ is the cell-to-input weight matrix, 863 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix, 865 * * \f$W_{xc}\f$ is the input-to-cell weight matrix, 866 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix, 867 * * \f$b_c\f$ is the cell bias, 870 * * \f$W_{co}\f$ is the cell-to-output weight matrix, 874 * * \f$t_{cell}\f$ is the threshold for clipping the cell state, and [all …]
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 588 * UE is unable to bring up a non-IP data call because the device is not camped on a NB1 cell. 752 * Access class blocking restrictions for the current camped cell. 881 * Radio resource control (RRC) connection establishment failed due to cell reselection at 900 * cell. 1031 * successful LTE to GSM/EDGE IRAT cell change order procedure. 1035 * Radio resource control (RRC) connection was aborted in the middle of a LTE to GSM IRAT cell 1450 * The physical cell identifier for this cell. 1455 * In EUTRAN, this value is physical layer cell identity. The range is [0, 503]. 1458 * In 5G RAN, this value is physical layer cell identity. The range is [0, 1008]. 1492 * cell. [all …]
|
D | IRadioIndication.hal | 56 * Report all of the current cell information known to the radio. 59 * @param records Current cell information
|
D | IRadioResponse.hal | 75 * @param cellInfo List of current cell information known to radio
|
/hardware/interfaces/security/secretkeeper/default/src/ |
D | lib.rs | 25 use std::cell::RefCell;
|
/hardware/interfaces/radio/1.6/ |
D | types.hal | 389 * Disable NR dual connectivity. Disabled state does not mean secondary cell is released. 394 * Disable NR dual connectivity and force secondary cell to be released if dual connectivity 533 * If device is registered on NR, then this field indicates whether the cell 651 * True if this cell is registered false if not registered. 655 * Connection status for the cell. 861 /** Connection status for cell. Valid values are PRIMARY_SERVING and SECONDARY_SERVING */ 873 /** Downlink cell bandwidth, in kHz */ 876 /** Uplink cell bandwidth, in kHz */ 887 * The physical cell identifier for this cell. 892 * In EUTRAN, this value is physical layer cell identity. The range is [0, 503]. [all …]
|
D | IRadioIndication.hal | 89 * Report all of the current cell information known to the radio. 95 * @param records Current cell information
|
/hardware/interfaces/security/keymint/aidl/default/ta/ |
D | rpc.rs | 18 use core::cell::RefCell;
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1133 // (e.g. cell info). Modem should continue invoking 1299 // from cell to device. 1579 int32_t pci; // physical cell id 0..503; this value must be valid 1625 CellInfoType cellInfoType; // cell type for selecting from union CellInfo 1626 bool registered; // true if this cell is registered false if not registered 1644 CellInfoType cellInfoType; // cell type for selecting from union CellInfo 1646 // others must be of size 0. If cell info type is NONE, then all the vectors 1703 // 48-63 - Retry upon entry into a new cell
|
12