/hardware/libhardware/modules/vibrator/ |
vibrator.c | 113 snprintf(file_str, sizeof(file_str), "%s/%s", LED_DEVICE, "activate"); 131 return write_led_file("activate", "1"); 136 return write_led_file("activate", "0");
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
HeadsetMediaButton.java | 85 boolean activate = msg.arg1 != 0; 86 if (activate != mSession.isActive()) { 87 mSession.setActive(activate);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
cursslk.h | 113 // Activate or Deactivate Label# i, Label counting starts with 1! 116 // Activate of Deactivate all Labels 191 // Activate Label# i
|
/system/extras/tests/framebuffer/ |
refresh.c | 58 info.activate = FB_ACTIVATE_NOW; 148 info.activate = FB_ACTIVATE_VBL; 152 info.activate = FB_ACTIVATE_VBL;
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
IpmiNetFnApp.h | 329 // Definitions for Activate Session command
334 // Constants and Structure definitions for "Activate Session" command to follow here
489 // Definitions for Activate Payload command
494 // Constants and Structure definitions for "Activate Payload" command to follow here
498 // Definitions for De-Activate Payload command
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneSwitcher.java | 265 * phones that aren't in the active phone list. Finally, activate all 322 // only activate phones up to the limit 324 activate(phoneId); 347 private void activate(int phoneId) { method in class:PhoneSwitcher 351 log("activate " + phoneId);
|
/system/nfc/src/nfc/nfc/ |
nfc_ncif.cc | 815 ** Description This function is called to process de-activate 823 tNFC_INTF_PARAMS* p_intf = &evt_data.activate.intf_param; 842 evt_data.activate.rf_disc_id = *p++; 844 evt_data.activate.protocol = *p++; 846 if (evt_data.activate.protocol == NCI_PROTOCOL_18092_ACTIVE) 847 evt_data.activate.protocol = NCI_PROTOCOL_NFC_DEP; 849 evt_data.activate.rf_tech_param.mode = *p++; 853 p = nfc_ncif_decode_rf_params(&evt_data.activate.rf_tech_param, p); 855 evt_data.activate.data_mode = *p++; 856 evt_data.activate.tx_bitrate = *p++ [all...] |
/system/nvram/core/ |
nvram_manager.cpp | 119 &output->Activate<COMMAND_GET_INFO>()); 123 &output->Activate<COMMAND_CREATE_SPACE>()); 127 &output->Activate<COMMAND_GET_SPACE_INFO>()); 131 &output->Activate<COMMAND_DELETE_SPACE>()); 135 &output->Activate<COMMAND_DISABLE_CREATE>()); 139 &output->Activate<COMMAND_WRITE_SPACE>()); 143 &output->Activate<COMMAND_READ_SPACE>()); 147 &output->Activate<COMMAND_LOCK_SPACE_WRITE>()); 151 &output->Activate<COMMAND_LOCK_SPACE_READ>()); 155 &output->Activate<COMMAND_WIPE_STORAGE>()) [all...] |
/external/f2fs-tools/tools/sg_write_buffer/ |
sg_write_buffer.c | 148 {"dmc", MODE_DNLD_MC, "download microcode and activate"}, 150 "activate"}, 152 "and activate"}, 161 {"activate_mc", MODE_ACTIVATE_MC, "activate deferred microcode"}, 182 pr2serr("\nAdditionally '--bpw=<val>,act' does a activate deferred " 470 pr2serr("sending Activate deferred microcode [0xf]\n"); 473 pr2serr("skipping WRITE BUFFER(ACTIVATE) command due to "
|
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/res/values-tl/ |
strings.xml | 20 <string name="voicemail_error_activating_title" msgid="2428457130578359186">"Ina-activate ang visual na voicemail"</string> 21 <string name="voicemail_error_activating_message" msgid="7157030596259443393">"Maaaring hindi ka makatanggap ng mga notification sa voicemail hanggang sa ganap na ma-activate ang visual na voicemail. Tawagan ang voicemail upang makuha ang mga bagong mensahe hanggang sa ganap na ma-activate ang voicemail."</string> 22 <string name="voicemail_error_not_activate_no_signal_title" msgid="742273366199085615">"Hindi ma-activate ang visual na voicemail"</string> 29 <string name="voicemail_error_activation_failed_title" msgid="3823477898681399391">"Hindi ma-activate ang visual na voicemail"</string> 91 <string name="vvm3_error_service_not_activated_message" msgid="6537476630560465297">"Upang i-activate ang visual na voicemail, pakikontak ang Customer Service sa <xliff:g id="NUMBER">%1$s</xliff:g> at sabihin sa kanila na ang code ng error ay 9996."</string> 95 <string name="vvm3_error_subscriber_unknown_message" msgid="7991526423950940698">"Pakikontak ang Customer Service sa <xliff:g id="NUMBER">%1$s</xliff:g> upang i-activate ang visual na voicemail."</string>
|
/external/tensorflow/tensorflow/docs_src/install/ |
install_mac.md | 29 To start working with TensorFlow, you simply need to "activate" the 79 4. Activate the Virtualenv environment by issuing one of the 83 $ <b>source ./bin/activate</b> # If using bash, sh, ksh, or zsh 84 $ <b>source ./bin/activate.csh</b> # If using csh or tcsh </pre> 130 Note that you must activate the Virtualenv environment each time you 136 $ <b>source ./bin/activate</b> # If using bash, sh, ksh, or zsh 137 $ <b>source ./bin/activate.csh</b> # If using csh or tcsh </pre> 338 3. Activate the conda environment by issuing the following command: 340 <pre>$ <b>source activate tensorflow</b> 376 2. If you installed with Virtualenv or Anaconda, activate your container [all...] |
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_ios.mm | 34 // audio session. This variable is used to ensure that we only activate an audio 122 // |activate| is true. Also sets the preferred sample rate and IO buffer 123 // duration. Deactivates an active audio session if |activate| is set to false. 124 static bool ActivateAudioSession(AVAudioSession* session, bool activate) 126 LOG(LS_INFO) << "ActivateAudioSession(" << activate << ")"; 131 if (!activate) { 144 // Go ahead and active our own audio session since |activate| is true. 178 // Activate the audio session. Activation can fail if another active audio 214 // for all of them. It is essential that we only activate the app's audio 225 // Try to activate the audio session and ask for a set of preferred audi [all...] |
/frameworks/native/services/sensorservice/ |
SensorDevice.h | 80 status_t activate(void* ident, int handle, int enabled); 134 // vector. A continuous mode request is batch(... timeout=0 ..) followed by activate(). A batch 135 // mode request is batch(... timeout > 0 ...) followed by activate().
|
/hardware/interfaces/sensors/1.0/ |
ISensors.hal | 41 * Activate/de-activate one sensor. 53 activate(int32_t sensorHandle, bool enabled) generates (Result result);
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
DynamicSensorManager.cpp | 77 int DynamicSensorManager::activate(int handle, bool enable) { function in class:android::SensorHalExt::DynamicSensorManager 168 // will not clean up mPendingReport here, it will be cleaned up when at first activate call. 169 // sensorservice is guranteed to call activate upon arrival of dynamic sensor meta connection
|
/system/nfc/src/nfc/include/ |
nfc_api.h | 73 /* EE Intf activate err */ 723 tNFC_DEACT_TYPE type; /* De-activate type */ 725 tNFC_DEACT_REASON reason; /* De-activate reason */ 734 tNFC_ACTIVATE_DEVT activate; member in union:__anon3615 [all...] |
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
FbeHelper.java | 48 * Set password to activate FBE.
|
/cts/tests/sensor/src/android/hardware/cts/ |
SensorTestCase.java | 38 * activate/deactivate sensors in this mode. So we can default this flag value to false.
|
/developers/build/prebuilts/gradle/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/ |
SampleTests.java | 68 // Trigger a click on the button to activate clipping.
|
/developers/samples/android/ui/views/Clipping/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/ |
SampleTests.java | 68 // Trigger a click on the button to activate clipping.
|
/development/samples/browseable/WatchFace/Application/res/values/ |
base-strings.xml | 39 Console, activate the Fitness API, create an OAuth 2.0 client ID, and register the public
|
/device/google/wahoo/power-libperfmgr/ |
Power.h | 54 Return<void> setFeature(Feature feature, bool activate) override;
|
/device/google/wahoo/vibrator/ |
Vibrator.h | 32 Vibrator(std::ofstream&& activate, std::ofstream&& duration,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/ |
S3Asm.S | 48 .byte 0xf,0x22,0xc0 # mov cr0, eax ; Activate real mode
|
S3Asm.asm | 55 DB 0fh, 22h, 0c0h ; mov cr0, eax ; Activate real mode
|