Searched refs:mode (Results 26 - 43 of 43) sorted by relevance

12

/system/media/mca/
H A DDocs.mk1 # -*- mode: makefile -*-
/system/media/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp263 ReadOptions::SeekMode mode; local
264 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
/system/vold/
H A DLoop.cpp140 mode_t mode = 0660 | S_IFBLK; local
142 if (mknod(filename, mode, dev) < 0) {
H A DVolume.cpp196 mode_t mode = 0660 | S_IFBLK; local
198 if (mknod(path, mode, dev) < 0) {
517 if (mount("tmpfs", SEC_STG_SECIMGDIR, "tmpfs", MS_RDONLY, "size=0,mode=000,uid=0,gid=0")) {
671 if (mount("tmpfs", SEC_STG_SECIMGDIR, "tmpfs", MS_RDONLY, "size=0,mode=0,uid=0,gid=0")) {
/system/core/logcat/
H A Dlogcat.cpp463 int mode = O_RDONLY; local
498 mode = O_WRONLY;
665 (mode & O_RDONLY) ? R_OK : 0
666 | (mode & O_WRONLY) ? W_OK : 0;
732 dev->fd = open(dev->device, mode);
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dl2cap.h41 uint8_t mode; member in struct:l2cap_options
H A Dhci.h1066 uint8_t mode; member in struct:__anon94
1072 uint8_t mode; member in struct:__anon95
1090 uint8_t mode; member in struct:__anon97
1096 uint8_t mode; member in struct:__anon98
1141 uint8_t mode; member in struct:__anon105
1147 uint8_t mode; member in struct:__anon106
1392 uint8_t mode; member in struct:__anon137
1474 uint8_t mode; member in struct:__anon145
1911 uint8_t mode; member in struct:__anon197
/system/core/init/
H A Ddevices.c181 mode_t mode; local
184 mode = get_device_perm(path, &uid, &gid) | (block ? S_IFBLK : S_IFCHR);
192 mknod(path, mode, dev);
/system/core/nexus/
H A DWifiController.cpp314 // Switch to scan only mode
419 int WifiController::setBluetoothCoexistenceMode(int mode) { argument
421 int rc = mSupplicant->setBluetoothCoexistenceMode(mode);
423 mBluetoothCoexMode = mode;
513 // Switch handling of scan results back to normal mode
H A DWifiController.h267 int setBluetoothCoexistenceMode(int mode);
/system/media/mca/filterfw/native/core/
H A Dshader_program.h321 // Set the draw mode, which can be any of GL_POINTS, GL_LINES,
326 void SetDrawMode(GLenum mode);
532 // The draw mode used during rendering
H A Dshader_program.cpp594 void ShaderProgram::SetDrawMode(GLenum mode) { argument
595 draw_mode_ = mode;
/system/core/include/pixelflinger/
H A Dpixelflinger.h230 void (*shadeModel)(void* c, GGLenum mode);
/system/core/libpixelflinger/
H A Dpixelflinger.cpp197 static void ggl_shadeModel(void* con, GGLenum mode) argument
200 switch (mode) {
/system/core/toolbox/
H A Dnewfs_msdos.c735 check_mounted(const char *fname, mode_t mode) argument
751 r = S_ISCHR(mode) && s1 != fname && *s1 == 'r';
/system/media/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1426 XAuint32 mode
2172 XAuint32 mode
2198 XAuint32 mode,
/system/core/adb/
H A Dsysdeps_win32.c361 /* ignore mode on Win32 */
362 int adb_creat(const char* path, int mode) argument
/system/media/wilhelm/include/SLES/
H A DOpenSLES.h830 SLuint32 mode

Completed in 1328 milliseconds

12