OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:device
(Results
551 - 575
of
4136
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/cts/tests/src/android/text/format/cts/
LocaleUtils.java
25
/** Return whether or not the given locale is the
device
's current locale. */
27
// TODO: Change the locale on the
device
using public API if it becomes available.
/dalvik/libdex/
Android.mk
43
## Build the
device
version of libdex
46
ifneq ($(SDK_ONLY),true) # SDK_only doesn't need
device
version
/development/host/windows/usb/api/
adb_api_instance.cpp
19
API object representing a
device
interface that is in the interest of
20
the API client. All
device
(interface) related operations go through this
/development/ndk/platforms/android-3/include/linux/
miscdevice.h
44
struct
device
;
52
struct
device
*dev;
msm_audio.h
58
uint32_t
device
;
member in struct:msm_snd_device_config
68
uint32_t
device
;
member in struct:msm_snd_volume_config
/development/pdk/docs/porting/
intro_source_code.jd
17
<p>Android source code is maintained in two code bases: the Android Linux kernel (<code>kernel</code> directory) and Android platform and applications (<code>
device
</code> directory). This document provides a high-level introduction to the source code organization and an overview of the major components of each primary directory.</p>
29
<li>Logger: A light weight logging
device
used to capture system, radio, logdata, etc.</li>
32
<li>Android Alarm: A driver which provides timers that can wake the
device
up from sleep and a monotonic timebase that runs while the
device
is asleep.</li>
45
<p>The following list outlines the directory structure found within the <code>
device
</code> branch of Android source code:</p>
129
Device
-specific configuration files. This directory will include a subdirectory for each new
device
.
169
<p>See <a href="build_new_device.html">Building Android for a new Mobile
Device
</a> for detailed instructions.</p>
/development/pdk/pndk/samples/sample/
README
20
can load and run on the ARM
device
. To achieve proper runtime behavior, verify
26
2) Test that this works correctly by attaching your ARM-based
device
to the USB
28
below # is the ARM
device
's shell prompt):
46
binary application, which you can load and run on the ARM
device
. Note that
79
in which shared libraries are found by the kernel on your ARM-based
device
.)
89
running on the ARM
device
.
106
device
.
135
available for installation on the ARM
device
.
/development/samples/ApiDemos/res/xml/
device_admin_sample.xml
18
<
device
-admin xmlns:android="http://schemas.android.com/apk/res/android">
26
</
device
-admin>
/development/simulator/wrapsim/
DevConsoleTty.c
4
* Console tty
device
.
43
* Open the console TTY
device
, which responds to a collection of ioctl()s.
/device/sample/apps/SampleEmailPolicy/
Android.mk
16
# When deploying to an actual
device
, you must change LOCAL_PACKAGE_NAME to the name desired for
19
# file for your
device
, to include the APK file in your system image.
README
16
Package (APK) files containing a
device
-specific configuration values for the Email application.
18
These policy files are intended for use by an OEM who is building a
device
using the Android
/device/samsung/crespo/
asound.conf
38
device
0 # Must be of type "digital audio playback"
53
device
0 # Must be of type "digital audio playback"
69
device
0 # Must be of type "digital audio playback"
86
device
0 # Must be of type "digital audio playback"
103
device
0 # Must be of type "digital audio playback"
120
device
0 # Must be of type "digital audio playback"
137
device
0 # Must be of type "digital audio playback"
154
device
0 # Must be of type "digital audio playback"
171
device
0 # Must be of type "digital audio playback"
188
device
0 # Must be of type "digital audio playback
[
all
...]
setup_fs.c
25
fprintf(stderr,"not a block
device
name: %s\n", blockdev);
31
fprintf(stderr,"
device
%s already has a filesystem\n", blockdev);
/external/bluetooth/bluez/audio/
gateway.h
40
struct gateway *gateway_init(struct audio_device *
device
);
44
void gateway_start_service(struct audio_device *
device
);
/external/bluetooth/bluez/compat/
sdp.h
34
int bnep_sdp_register(bdaddr_t *
device
, uint16_t role);
38
int dun_sdp_register(bdaddr_t *
device
, uint8_t channel, int type);
/external/bluetooth/bluez/test/
rctest.1
45
.BI -i\
device
/external/e2fsprogs/lib/ext2fs/
getsectsize.c
2
* getsectsize.c --- get the sector size of a
device
.
30
#define BLKSSZGET _IO(0x12,104)/* get block
device
sector size */
nt_io.c
512
// Flush
device
608
IN PCSTR
Device
,
621
if('\\' == *
Device
)
622
return
Device
;
630
if(('/' == *(
Device
)) &&
631
('d' == *(
Device
+ 1)) &&
632
('e' == *(
Device
+ 2)) &&
633
('v' == *(
Device
+ 3)) &&
634
('/' == *(
Device
+ 4)))
636
Device
+= 5
[
all
...]
/external/e2fsprogs/misc/
e2label.8.in
10
.I
device
17
.I
device
.
/external/e2fsprogs/tests/f_badinode/
expect.1
16
Inode 14 (/block_dev) is an illegal block
device
.
19
Inode 15 (/char_dev) is an illegal character
device
.
/external/iproute2/include/linux/
atmioc.h
18
#define ATMIOC_PHYCOM 0x00 /* PHY
device
common ioctls, globally unique */
24
#define ATMIOC_SARCOM 0x50 /* SAR
device
common ioctls, globally unique */
/external/kernel-headers/original/linux/
atmioc.h
18
#define ATMIOC_PHYCOM 0x00 /* PHY
device
common ioctls, globally unique */
24
#define ATMIOC_SARCOM 0x50 /* SAR
device
common ioctls, globally unique */
if.h
48
#define IFF_DYNAMIC 0x8000 /* dialup
device
with changing addresses*/
57
#define IFF_802_1Q_VLAN 0x1 /* 802.1Q VLAN
device
. */
58
#define IFF_EBRIDGE 0x2 /* Ethernet bridging
device
. */
108
*
Device
mapping structure. I'd just gone off and designed a
130
unsigned int type; /* Type of physical
device
or protocol */
187
#define ifr_map ifr_ifru.ifru_map /*
device
map */
188
#define ifr_slave ifr_ifru.ifru_slave /* slave
device
*/
194
#define ifr_settings ifr_ifru.ifru_settings /*
Device
/proto settings*/
/external/libnfc-nxp/src/
phHciNfc_AdminMgmt.h
88
* the
Device
Interface Link .
108
* the Host Controller
Device
and the NFC
Device
.
113
* the
Device
Interface Link .
138
* command to the Host Controller
Device
.
143
* the
Device
Interface Link .
169
* command to the Host Controller
Device
.
174
* the
Device
Interface Link .
/external/ppp/pppd/plugins/pppoatm/
pppoatm.c
43
{ "
device
name", o_wild, (void *) &setdevname_pppoatm,
57
* -1 if there's a problem with setting the
device
58
* 0 if we can't parse "cp" as a valid name of a
device
59
* 1 if "cp" is a reasonable thing to name a
device
60
* Note that we don't actually open the
device
at this point
62
* devnam: a string representation of the
device
63
* devstat: a stat structure of the
device
. In this case
64
* we're not opening a
device
, so we just make sure
Completed in 882 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>