OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rls
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m
765
CFRunLoopSourceRef
rls
;
774
rls
= IONotificationPortGetRunLoopSource (thePortRef);
775
CFRunLoopAddSource (CFRunLoopGetCurrent(),
rls
, kCFRunLoopDefaultMode);
776
CFRelease (
rls
);
[
all
...]
/frameworks/base/opengl/java/android/opengl/
Matrix.java
693
float
rls
= 1.0f / Matrix.length(sx, sy, sz);
local
694
sx *=
rls
;
695
sy *=
rls
;
696
sz *=
rls
;
/external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_fsm.c
771
PORT_LineStatusInd (p_mcb, p_frame->dlci, p_frame->u.
rls
.line_status);
772
rfc_send_rls (p_mcb, p_frame->dlci, FALSE, p_frame->u.
rls
.line_status);
rfc_int.h
136
}
rls
;
member in union:__anon2978::__anon2979
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 373 milliseconds