Searched refs:cellLocation (Results 1 – 3 of 3) sorted by relevance
70 private CellLocation cellLocation = null; field in ShadowTelephonyManager369 return this.cellLocation; in getCellLocation()372 public void setCellLocation(CellLocation cellLocation) { in setCellLocation() argument373 this.cellLocation = cellLocation; in setCellLocation()376 listener.onCellLocationChanged(cellLocation); in setCellLocation()399 listener.onCellLocationChanged(cellLocation); in initListener()
388 …virtual void onCullMaskAssignedToCell (const tcu::UVec3& cellLocation, const deUint8& cullMaskA…389 …virtual void onInstanceCustomIndexAssignedToCell(const tcu::UVec3& cellLocation, const deUint32& c…3403 void onCullMaskAssignedToCell(const tcu::UVec3& cellLocation, const deUint8& cullMaskAssigned) in onCullMaskAssignedToCell() argument3406 DE_UNREF(cellLocation); in onCullMaskAssignedToCell()3410 …void onInstanceCustomIndexAssignedToCell(const tcu::UVec3& cellLocation, const deUint32& customInd… in onInstanceCustomIndexAssignedToCell() argument3412 DE_ASSERT(cellLocation[1] == 0); in onInstanceCustomIndexAssignedToCell()3413 DE_ASSERT(cellLocation[2] == 0); in onInstanceCustomIndexAssignedToCell()3415 m_nRayToInstanceIndexExpected[cellLocation[0] ] = customIndexAssigned; in onInstanceCustomIndexAssignedToCell()
571 private static JSONObject buildJsonCellLocation(CellLocation cellLocation) in buildJsonCellLocation() argument574 if (cellLocation instanceof GsmCellLocation) { in buildJsonCellLocation()575 GsmCellLocation location = (GsmCellLocation) cellLocation; in buildJsonCellLocation()