Home
last modified time | relevance | path

Searched refs:cells (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DEnrollmentStageConfig.aidl32 List<Cell> cells;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DEnrollmentStageConfig.aidl38 List<android.hardware.biometrics.face.Cell> cells;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DEnrollmentStageConfig.aidl38 List<android.hardware.biometrics.face.Cell> cells;
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h249 const RadioResponseInfo& info, const ::android::hardware::hidl_vec<NeighboringCell>& cells);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h247 const RadioResponseInfo& info, const ::android::hardware::hidl_vec<NeighboringCell>& cells);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h248 const ::android::hardware::hidl_vec<NeighboringCell>& cells);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h286 const RadioResponseInfo& info, const ::android::hardware::hidl_vec<NeighboringCell>& cells);
/hardware/interfaces/radio/1.6/
DIRadio.hal470 * must return list of all current cells, including the neighboring cells. If for a particular
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h269 const ::android::hardware::hidl_vec<NeighboringCell>& cells);
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal407 * cells between each filter element on width dimension. If this input is set,
412 * cells between each filter element on height dimension. If this input is set,
452 * cells between each filter element on width dimension. If this input is set,
457 * cells between each filter element on height dimension. If this input is set,
559 * cells between each filter element on width dimension. If this input is set,
564 * cells between each filter element on height dimension. If this input is set,
600 * cells between each filter element on width dimension. If this input is set,
605 * cells between each filter element on height dimension. If this input is set,
2330 * one input into the two RNN cells in the following way:
2341 * cells in the following way:
[all …]
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h286 const ::android::hardware::hidl_vec<NeighboringCell>& cells);
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal372 * cells between each filter element on width dimension. If this input is set,
377 * cells between each filter element on height dimension. If this input is set,
418 * cells between each filter element on width dimension. If this input is set,
423 * cells between each filter element on height dimension. If this input is set,
539 * cells between each filter element on width dimension. If this input is set,
544 * cells between each filter element on height dimension. If this input is set,
581 * cells between each filter element on width dimension. If this input is set,
586 * cells between each filter element on height dimension. If this input is set,
2408 * one input into the two RNN cells in the following way:
2419 * cells in the following way:
[all …]
/hardware/interfaces/radio/1.4/
Dtypes.hal1802 * camped cells; INT_MAX means invalid/unreported.
1808 * registered or camped cells; INT_MAX means invalid/unreported.
1815 * camped cells; LONG_MAX (2^63-1) means invalid/unreported.
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h342 const ::android::hardware::hidl_vec<NeighboringCell>& cells);
/hardware/interfaces/radio/1.0/
DIRadio.hal1212 * must return list of all current cells, including the neighboring cells. If for a particular
DIRadioResponse.hal1403 * @param cells Vector of neighboring radio cell
1418 oneway getNeighboringCidsResponse(RadioResponseInfo info, vec<NeighboringCell> cells);
/hardware/ril/libril/
Dril_service.cpp5027 hidl_vec<NeighboringCell> cells; in getNeighboringCidsResponse() local
5035 cells.resize(num); in getNeighboringCidsResponse()
5038 cells[i].cid = convertCharPtrToHidlString(resp->cid); in getNeighboringCidsResponse()
5039 cells[i].rssi = resp->rssi; in getNeighboringCidsResponse()
5045 cells); in getNeighboringCidsResponse()
/hardware/interfaces/renderscript/1.0/
DIContext.hal438 * TODO: should "new elements" be "new cells"?