Home
last modified time | relevance | path

Searched defs:rx (Results 1 – 25 of 57) sorted by relevance

123

/aosp12/system/core/trusty/storage/lib/
H A Dstorage.c150 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; in storage_open_file() local
171 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_close_file() local
185 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_delete_file() local
196 struct iovec rx[2] = {{&msg, sizeof(msg)}, {buf, size}}; in _read_chunk() local
231 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in _write_req() local
273 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_set_file_size() local
285 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; in storage_get_file_size() local
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dsad_halfpel.cpp228 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cxhyh() local
269 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cyh() local
305 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cxh() local
340 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectxhyh() local
419 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectyh() local
497 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectxh() local
574 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMxhyh() local
642 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMyh() local
708 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMxh() local
780 …Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int width, Int rx, Int xh, Int yh, void *e… in SAD_Blk_HalfPel_C()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c155 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, in do_hard_work()
279 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local
360 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local
435 double rx, ry; in cacosh() local
576 double x, y, ax, ay, rx, ry; in catanh() local
H A Dcatrigf.c90 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, in do_hard_work()
150 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local
205 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local
265 float rx, ry; in cacoshf() local
343 float x, y, ax, ay, rx, ry; in catanhf() local
H A Dcatrigl.c109 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, in do_hard_work()
169 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local
225 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local
285 long double rx, ry; in cacoshl() local
364 long double x, y, ax, ay, rx, ry; in catanhl() local
H A Ds_csqrt.c45 double a, b, rx, ry, scale, t; in csqrt() local
H A Ds_csqrtl.c60 long double a, b, rx, ry, scale, t; in csqrtl() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Datm_eni.h23 int tx, rx; member
/aosp12/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/components/
H A DMetricDisplay.java143 long rx = 0; in calculateTraffic() local
177 long rx = 0; in combinedTrafficFor() local
/aosp12/packages/services/Car/tools/emulator/
H A Dgui.py138 rx = Thread(target=rxThread, args=(vhal,)) variable
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DEclipseControl.java179 float rx = oval.getRadiusX(); in actionMove() local
225 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) { in paintRadius()
244 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) { in paintOvallines()
284 public void fillHandles(Canvas canvas, float cx, float cy, float rx, float ry) { in fillHandles()
/aosp12/system/bt/gd/rust/hal/src/
H A Dsnoop.rs33 pub rx: Arc<Mutex<Receiver<EventPacket>>>, field
42 pub rx: Arc<Mutex<Receiver<AclPacket>>>, field
51 pub rx: Arc<Mutex<Receiver<IsoPacket>>>, field
/aosp12/system/bt/gd/common/
H A Dbidi_queue.h33 …ueueEnd(::bluetooth::os::IQueueEnqueue<TENQUEUE>* tx, ::bluetooth::os::IQueueDequeue<TDEQUEUE>* rx) in BidiQueueEnd()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DModemPowerMetrics.java96 long rx = stats.getTimeInRxSignalStrengthLevelMicros(i); in buildProto() local
/aosp12/system/bt/gd/rust/facade/helpers/
H A Dlib.rs21 rx: Arc<Mutex<Receiver<T>>>, field
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DUidTraffic.java35 public UidTraffic(int appUid, long rx, long tx) { in UidTraffic()
/aosp12/system/bt/gd/rust/linux/adapter/src/
H A Dmain.rs26 rx: Receiver<Callbacks>, field
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/
H A DLocalLogBuffer.cpp103 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/
H A DLocalLogBuffer.cpp103 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
H A DLocalLogBuffer.cpp104 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult()
/aosp12/system/bt/gd/rust/link/src/acl/
H A Dcore.rs31 pub rx: Option<Receiver<Bytes>>, field
/aosp12/system/netd/server/
H A DNetlinkListener.cpp136 auto rx = sys.recvfrom(mSock, makeSlice(rxbuf), 0); in run() local
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.cpp291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double … in is_point_in_rect()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsView.java207 final float rx = (mSensorRect.right - mSensorRect.left) / 2.0f; in isWithinSensorArea() local
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DRotateAndCropMapper.cpp255 float rx = 0; // top-left corner of rotated region in updateCaptureResult() local

123