/external/bluetooth/bluez/compat/ |
pand.1 | 2 .TH BlueZ "1" "February 2003" "PAN daemon" "User Commands" 4 pand \- BlueZ Bluetooth PAN daemon 6 The pand PAN daemon allows your computer to connect to ethernet 13 Show active PAN connections 16 Listen for PAN connections 19 Create PAN connection 25 Kill PAN connection 28 Kill all PAN connections 31 Local PAN role (PANU, NAP, GN) 34 Remote PAN service (PANU, NAP, GN [all...] |
sdp.c | 382 uuid_t root_uuid, pan, l2cap, bnep; local 390 char *name = "BlueZ PAN"; 391 char *desc = "BlueZ PAN Service"; 462 sdp_uuid16_create(&pan, NAP_SVCLASS_ID); 463 svclass = sdp_list_append(NULL, &pan); 478 sdp_uuid16_create(&pan, GN_SVCLASS_ID); 479 svclass = sdp_list_append(NULL, &pan); 491 sdp_uuid16_create(&pan, PANU_SVCLASS_ID); 492 svclass = sdp_list_append(NULL, &pan); 502 sdp_set_info_attr(record, "PAN User", name, desc) [all...] |
pand.c | 599 "Bluetooth PAN daemon version %s\n" 603 "\t--show --list -l Show active PAN connections\n" 604 "\t--listen -s Listen for PAN connections\n" 605 "\t--connect -c <bdaddr> Create PAN connection\n" 608 "\t--kill -k <bdaddr> Kill PAN connection\n" 609 "\t--killall -K Kill all PAN connections\n" 610 "\t--role -r <role> Local PAN role (PANU, NAP, GN)\n" 611 "\t--service -d <role> Remote PAN service (PANU, NAP, GN)\n" 786 syslog(LOG_INFO, "Bluetooth PAN daemon version %s", VERSION);
|
/system/netd/ |
PanController.cpp | 52 LOGE("Cannot start PAN services - Bluetooth not running"); 57 LOGE("Cannot start PAN services - No Bluetooth support"); 63 LOGE("PAN already started"); 89 LOGE("PAN already stopped"); 93 LOGD("Stopping PAN services"); 97 LOGD("PAN services stopped");
|
/external/bluetooth/hcidump/parser/ |
sdp.h | 40 #define SDP_UUID_BNEP 0x000F /* PAN */ 75 #define SDP_UUID_PANU 0x1115 /* PAN */ 76 #define SDP_UUID_NAP 0x1116 /* PAN */ 77 #define SDP_UUID_GN 0x1117 /* PAN */ 150 #define SDP_ATTR_ID_SECURITY_DESCRIPTION 0x030a /* PAN */ 151 #define SDP_ATTR_ID_NET_ACCESS_TYPE 0x030b /* PAN */ 152 #define SDP_ATTR_ID_MAX_NET_ACCESS_RATE 0x030c /* PAN */ 153 #define SDP_ATTR_ID_IPV4_SUBNET 0x030d /* PAN */ 154 #define SDP_ATTR_ID_IPV6_SUBNET 0x030e /* PAN */
|
sdp.c | 104 { SDP_UUID_BNEP, "BNEP" }, /* PAN */ 133 { SDP_UUID_PANU, "PANU" }, /* PAN */ 134 { SDP_UUID_NAP, "NAP" }, /* PAN */ 135 { SDP_UUID_GN, "GN" }, /* PAN */ 166 { SDP_UUID_ESDP_UPNP_IP_PAN, "UPNP PAN" }, /* ESDP */ 206 { SDP_ATTR_ID_SECURITY_DESCRIPTION, "SecurityDescription"}, /* PAN */ 209 { SDP_ATTR_ID_NET_ACCESS_TYPE, "NetAccessType" }, /* PAN */ 210 { SDP_ATTR_ID_MAX_NET_ACCESS_RATE, "MaxNetAccessRate" }, /* PAN */ 211 { SDP_ATTR_ID_IPV4_SUBNET, "IPv4Subnet" }, /* PAN */ 212 { SDP_ATTR_ID_IPV6_SUBNET, "IPv6Subnet" }, /* PAN */ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/dc/ |
aica.h | 33 void aica_play(int ch,int mode,unsigned long smpptr,int looptst,int loopend,int freq,int vol,int pan,int loopflag); 36 void aica_pan(int ch,int pan);
|
aica.c | 147 pan is a panning constant -- 0 is left, 128 is center, 255 is right. 151 void aica_play(int ch,int mode,unsigned long smpptr,int loopst,int loopend,int freq,int vol,int pan,int loopflag) { 181 /* Set volume, pan, and some other things that we don't know what 183 CHNREG32(ch, 36) = AICA_PAN(pan) | (0xf<<8); 184 /* Convert the incoming volume and pan into hardware values */ 188 /* Convert the incoming volume and pan into hardware values */ 244 /* Set channel pan */ 245 void aica_pan(int ch,int pan) { 246 // g2_write_8(CHNREGADDR(ch, 36),AICA_PAN(pan)); 247 g2_write_32(CHNREGADDR(ch, 36),(g2_read_32(CHNREGADDR(ch, 36))&0xffffff00)|(AICA_PAN(pan)) ); [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pan.c | 7 * Calculates left and right gain multipliers based on a pan value from -63 to +63 41 * Assign the left and right gain values corresponding to the given pan value. 52 * pan - pan value (-63 to + 63) 61 void EAS_CalcPanControl (EAS_INT pan, EAS_I16 *pGainLeft, EAS_I16 *pGainRight) 67 if (pan < -63) 69 else if (pan > 63) 72 netAngle = pan;
|
eas_pan.h | 7 * Calculates left and right gain multipliers based on a pan value from -63 to +63 43 * Assign the left and right gain values corresponding to the given pan value. 54 * pan - pan value (-63 to + 63) 63 void EAS_CalcPanControl (EAS_INT pan, EAS_I16 *pGainLeft, EAS_I16 *pGainRight);
|
eas_fmsynth.h | 70 EAS_I8 pan; /* stereo pan value (-64 to +64) */ member in struct:s_fm_voice_tag
|
eas_fmengine.h | 93 EAS_I8 pan; /* pan value +/-64 */ member in struct:__anon5659
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pan.c | 7 * Calculates left and right gain multipliers based on a pan value from -63 to +63 41 * Assign the left and right gain values corresponding to the given pan value. 52 * pan - pan value (-63 to + 63) 61 void EAS_CalcPanControl (EAS_INT pan, EAS_I16 *pGainLeft, EAS_I16 *pGainRight) 67 if (pan < -63) 69 else if (pan > 63) 72 netAngle = pan;
|
eas_pan.h | 7 * Calculates left and right gain multipliers based on a pan value from -63 to +63 43 * Assign the left and right gain values corresponding to the given pan value. 54 * pan - pan value (-63 to + 63) 63 void EAS_CalcPanControl (EAS_INT pan, EAS_I16 *pGainLeft, EAS_I16 *pGainRight);
|
eas_fmsynth.h | 70 EAS_I8 pan; /* stereo pan value (-64 to +64) */ member in struct:s_fm_voice_tag
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pan.c | 7 * Calculates left and right gain multipliers based on a pan value from -63 to +63 41 * Assign the left and right gain values corresponding to the given pan value. 52 * pan - pan value (-63 to + 63) 61 void EAS_CalcPanControl (EAS_INT pan, EAS_I16 *pGainLeft, EAS_I16 *pGainRight) 67 if (pan < -63) 69 else if (pan > 63) 72 netAngle = pan;
|
eas_pan.h | 7 * Calculates left and right gain multipliers based on a pan value from -63 to +63 43 * Assign the left and right gain values corresponding to the given pan value. 54 * pan - pan value (-63 to + 63) 63 void EAS_CalcPanControl (EAS_INT pan, EAS_I16 *pGainLeft, EAS_I16 *pGainRight);
|
/external/bluetooth/bluez/network/ |
network.conf | 16 # PAN user connection interface up script. default:none
|
server.c | 140 uuid_t root_uuid, pan, l2cap, bnep; local 148 const char *desc = "BlueZ PAN service"; 160 sdp_uuid16_create(&pan, NAP_SVCLASS_ID); 161 svclass = sdp_list_append(NULL, &pan); 177 sdp_uuid16_create(&pan, GN_SVCLASS_ID); 178 svclass = sdp_list_append(NULL, &pan); 189 sdp_uuid16_create(&pan, PANU_SVCLASS_ID); 190 svclass = sdp_list_append(NULL, &pan); 316 /* Allowed PAN Profile scenarios */
|
/external/webkit/WebCore/svg/ |
SVGZoomAndPan.idl | 30 // Zoom and Pan Types
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListItemFocusablesFarApart.java | 27 * pan across the intermediate part.
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/ |
FloatControl.java | 37 public static final Type PAN = new Type("Pan"); //$NON-NLS-1$
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
BottomEditTextActivityPanScan.java | 32 * Activity with EditText at the bottom (Pan&Scan)
|
ManyEditTextActivityNoScrollPanScan.java | 35 * Full screen of EditTexts (Non-Scrollable, Pan&Scan)
|
ManyEditTextActivityScrollPanScan.java | 35 * Full screen of EditTexts (Scrollable, Pan&Scan)
|