HomeSort by relevance Sort by last modified time
    Searched refs:rls (Results 1 - 4 of 4) sorted by null

  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp 155 float rls = 1.0f / (float) sqrt(sx * sx + sy * sy + sz * sz); local
156 sx *= rls;
157 sy *= rls;
158 sz *= rls;
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_fsm.c 772 PORT_LineStatusInd (p_mcb, p_frame->dlci, p_frame->u.rls.line_status);
773 rfc_send_rls (p_mcb, p_frame->dlci, FALSE, p_frame->u.rls.line_status);
rfc_int.h 136 } rls; member in union:__anon6317::__anon6318
rfc_ts_frames.c 403 /* Total length is sizeof RLS data + mx header 2 */
888 p_rx_frame->u.rls.line_status = (*p_data & ~0x01);

Completed in 79 milliseconds