HomeSort by relevance Sort by last modified time
    Searched refs:INACTIVE (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/clang/test/Preprocessor/
_Pragma-in-macro-arg.c 10 #define INACTIVE(x) EMPTY(x)
16 INACTIVE(_Pragma("clang diagnostic ignored \"-Wconversion\""))
21 INACTIVE(IGNORE_CONV)
  /hardware/interfaces/radio/config/1.0/
types.hal 23 * Physical slot is inactive
25 INACTIVE = 0x00,
38 * Slot state Active/Inactive
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 51 * Inactive state (wpa_supplicant disabled).
58 INACTIVE,
186 case INACTIVE:
209 case INACTIVE:
225 case INACTIVE:
  /device/google/cuttlefish_common/common/vsoc/lib/
socket_forward_region_view.cpp 84 CHECK((queue_pair.*WriteDirection).queue_state_ != QueueState::INACTIVE);
106 queue.queue_state_ == QueueState::INACTIVE;
119 << "host_connected or other side is closed, marking inactive";
120 state = QueueState::INACTIVE;
130 case QueueState::INACTIVE:
131 LOG(DEBUG) << "inactive or this side closed, not changing state";
195 ? QueueState::INACTIVE
222 if (queue_pair.host_to_guest.queue_state_ == QueueState::INACTIVE &&
223 queue_pair.guest_to_host.queue_state_ == QueueState::INACTIVE) {
  /cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java 30 assertTrue(SupplicantState.isValidState(SupplicantState.INACTIVE));
  /cts/apps/CameraITS/tests/scene1/
test_ae_precapture_trigger.py 29 INACTIVE = 0
57 assert(cap['metadata']['android.control.aeState'] == INACTIVE)
  /device/google/cuttlefish_common/common/vsoc/shm/
socket_forward_layout.h 31 INACTIVE = 0,
36 // If both are closed then the queue goes back to INACTIVE
  /external/syslinux/com32/lua/src/
cmenu.c 79 export_opt (INACTIVE);
  /hardware/qcom/msm8x84/kernel-headers/linux/
qseecom.h 127 INACTIVE = 0,
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
qseecom.h 171 INACTIVE = 0,
  /external/chromium-trace/catapult/third_party/pyserial/serial/
rfc2217.py 222 INACTIVE = 'INACTIVE'
238 be enabled on startup. use INACTIVE for all others.
266 elif self.state is INACTIVE:
278 self.state = INACTIVE
281 self.state = INACTIVE
284 elif self.state is INACTIVE:
305 self.state = INACTIVE
399 TelnetOption(self, 'we-BINARY', BINARY, WILL, WONT, DO, DONT, INACTIVE),
407 TelnetOption(self, 'they-BINARY', BINARY, DO, DONT, WILL, WONT, INACTIVE),
    [all...]
  /hardware/interfaces/radio/1.1/
types.hal 142 INACTIVE, // Keepalive is inactive, which indicates an error
  /hardware/interfaces/tv/cec/1.0/
types.hal 24 INACTIVE = -1,
  /device/google/cuttlefish_common/tests/wifi/src/com/android/cuttlefish/wifi/tests/
WifiE2eTests.java 119 SupplicantState.INACTIVE,
  /hardware/qcom/msm8994/kernel-headers/linux/
qseecom.h 130 INACTIVE = 0,
  /hardware/qcom/msm8994/original-kernel-headers/linux/
qseecom.h 173 INACTIVE = 0,
  /hardware/qcom/msm8996/kernel-headers/linux/
qseecom.h 141 INACTIVE = 0,
  /hardware/qcom/msm8996/original-kernel-headers/linux/
qseecom.h 192 INACTIVE = 0,
  /hardware/qcom/msm8998/kernel-headers/linux/
qseecom.h 141 INACTIVE = 0,
  /hardware/qcom/msm8x09/kernel-headers/linux/
qseecom.h 141 INACTIVE = 0,
  /hardware/qcom/msm8x09/original-kernel-headers/
qseecom.h 192 INACTIVE = 0,
  /packages/apps/Camera2/src/com/android/camera/one/
OneCamera.java 48 * <li>{@link #INACTIVE}</li>
58 /** Indicates AF system is inactive for some reason (could be an error). */
59 INACTIVE,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStateTracker.java 168 case INACTIVE:
192 case INACTIVE: supplState = BatteryStats.WIFI_SUPPL_STATE_INACTIVE; break;
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantStaIfaceCallback.hal 48 INACTIVE = 2,
  /hardware/qcom/msm8998/original-kernel-headers/linux/
qseecom.h 192 INACTIVE = 0,

Completed in 860 milliseconds

1 2 3