Home
last modified time | relevance | path

Searched refs:option (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish/
Dinit.ranchu.rc71 # -Q is a special logcat option that forces the
74 # named by the androidboot.console kernel option
Dinit.goldfish.rc88 # -Q is a special logcat option that forces the
91 # named by the androidboot.console kernel option
/device/google/atv/
Dinit.ranchu.rc70 # -Q is a special logcat option that forces the
73 # named by the androidboot.console kernel option
Dinit.goldfish.rc88 # -Q is a special logcat option that forces the
91 # named by the androidboot.console kernel option
/device/generic/mini-emulator-armv7-a-neon/
Dinit.mini-emulator.rc80 # -Q is a special logcat option that forces the
83 # named by the androidboot.console kernel option
/device/generic/mini-emulator-arm64/
Dinit.mini-emulator.rc80 # -Q is a special logcat option that forces the
83 # named by the androidboot.console kernel option
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c549 int option; in tunning_server_socket_listen() local
574 option = 1; in tunning_server_socket_listen()
576 &option, sizeof(option)); in tunning_server_socket_listen()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c549 int option; in tunning_server_socket_listen() local
574 option = 1; in tunning_server_socket_listen()
576 &option, sizeof(option)); in tunning_server_socket_listen()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c548 int option; in tunning_server_socket_listen() local
573 option = 1; in tunning_server_socket_listen()
575 &option, sizeof(option)); in tunning_server_socket_listen()
/device/common/
Dgenerate-blob-lists.sh40 echo This script must be run with the --force option
/device/google/contexthub/util/nanotool/
Dnanotool.cpp287 static const struct option long_opts[] = { in ParseArgs()