Searched refs:PRIMARY (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/liboverlay/
H A DoverlayState.h111 typedef overlay::GenericPipe<utils::PRIMARY> pipe0; //prim video
124 typedef overlay::GenericPipe<utils::PRIMARY> pipe0; //prim video
228 typedef overlay::GenericPipe<utils::PRIMARY> pipe0; //Vid prim
241 typedef overlay::GenericPipe<utils::PRIMARY> pipe0;
254 typedef overlay::GenericPipe<utils::PRIMARY> pipe0;
255 typedef overlay::GenericPipe<utils::PRIMARY> pipe1;
267 typedef overlay::GenericPipe<utils::PRIMARY> pipe0;
268 typedef overlay::GenericPipe<utils::PRIMARY> pipe1;
269 typedef overlay::GenericPipe<utils::PRIMARY> pipe2;
H A DoverlayUtils.h430 enum { PRIMARY, EXTERNAL }; enumerator in enum:overlay::utils::__anon857
449 static int getFBForPanel(int panel) { // PRIMARY OR EXTERNAL
451 case PRIMARY: return FB0;
/hardware/libhardware_legacy/wifi/
H A Dwifi.c40 /* PRIMARY refers to the connection on the primary interface
46 #define PRIMARY 0 macro
682 return wifi_connect_on_socket_path(PRIMARY, path);
805 return wifi_wait_on_socket(PRIMARY, buf, buflen);
840 wifi_close_sockets(PRIMARY);
864 return wifi_send_command(PRIMARY, command, reply, reply_len);
/hardware/qcom/display/liboverlay/pipes/
H A Doverlay3DPipe.h74 * PANEL is always PRIMARY for this pipe.
93 overlay::GenericPipe<utils::PRIMARY> mM3d;
134 * PANEL is always PRIMARY for this pipe.
155 overlay::GenericPipe<utils::PRIMARY> mS3d;

Completed in 1185 milliseconds