HomeSort by relevance Sort by last modified time
    Searched full:bcb (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /bootable/recovery/uncrypt/
uncrypt.rc 7 service setup-bcb /system/bin/uncrypt --setup-bcb
13 service clear-bcb /system/bin/uncrypt --clear-bcb
uncrypt.cpp 44 * clearing the bootloader control block (BCB) at /misc partition.
56 * setup-bcb /
57 * clear-bcb /
596 // c8. setup the bcb command
616 fprintf(stderr, "%s --clear-bcb Clear BCB data in misc partition.\n", exename);
617 fprintf(stderr, "%s --setup-bcb Setup BCB data by command file.\n", exename);
625 if (argc == 2 && strcmp(argv[1], "--clear-bcb") == 0) {
627 } else if (argc == 2 && strcmp(argv[1], "--setup-bcb") == 0)
    [all...]
  /bootable/recovery/tests/component/
uncrypt_test.cpp 37 static const std::string INIT_SVC_SETUP_BCB = "init.svc.setup-bcb";
38 static const std::string INIT_SVC_CLEAR_BCB = "init.svc.clear-bcb";
43 ASSERT_TRUE(android::base::SetProperty("ctl.stop", "setup-bcb"));
44 ASSERT_TRUE(android::base::SetProperty("ctl.stop", "clear-bcb"));
52 GTEST_LOG_(INFO) << "setup-bcb: [" << setup_bcb << "] clear-bcb: [" << clear_bcb
74 // Clear the BCB.
77 ASSERT_TRUE(clear_bootloader_message(&err)) << "Failed to clear BCB: " << err;
83 // Restart the setup-bcb service.
85 ASSERT_TRUE(android::base::SetProperty("ctl.start", isSetup ? "setup-bcb" : "clear-bcb"))
    [all...]
bootloader_message_test.cpp 28 // Write the BCB.
36 << "Failed to write BCB: " << err;
41 << "Failed to read BCB: " << err;
48 // Write the options to BCB.
  /bootable/recovery/boot_control/
Android.mk 20 LOCAL_MODULE := bootctrl.bcb
32 ln -sf bootctrl.bcb.so $(TARGET_OUT_SHARED_LIBRARIES)/hw/bootctrl.default.so
  /frameworks/base/services/core/java/com/android/server/
RecoverySystemService.java 43 * (BCB), which will be read by the bootloader and the recovery image. It also
56 private static final String INIT_SERVICE_SETUP_BCB = "init.svc.setup-bcb";
57 private static final String INIT_SERVICE_CLEAR_BCB = "init.svc.clear-bcb";
191 // Having set up the BCB, go ahead and reboot.
199 * start a new uncrypt/setup-bcb/clear-bcb service right away; otherwise
268 SystemProperties.set("ctl.start", "setup-bcb");
270 SystemProperties.set("ctl.start", "clear-bcb");
286 // Send the BCB commands if it's to setup BCB
    [all...]
  /system/bt/stack/avct/
avct_bcb_act.cc 149 * For the allocated ccb already bound to the bcb, send a
151 * ccb to the bcb with the same bd_addr and send a connect
167 /* if bound to this bcb send connect confirm event */
174 /* if unbound acceptor and lcb allocated and bd_addr are the same for bcb
179 /* bind bcb to ccb and send connect ind event */
206 /* send msg event to bcb */
217 * as NULL bcb.
277 /* Whether BCB initiated channel close */
629 * Description This lookup function finds the lcb for a bcb.
642 * Description This lookup function finds the bcb for a lcb
    [all...]
avct_int.h 109 tAVCT_BCB* p_bcb; /* associated BCB */
111 uint8_t allocated; /* Whether LCB/BCB is allocated */
135 tAVCT_BCB bcb[AVCT_NUM_LINKS]; /* browse control blocks */ member in struct:__anon2121
181 /* BCB action functions */
avct_api.cc 264 p_bcb = &avct_cb.bcb[index - 1];
270 /* bind bcb to ccb */
307 /* send unbind event to bcb */
418 /* send msg event to bcb */
421 /* BCB channel is not open and not allocated */
  /system/sepolicy/prebuilts/api/26.0/public/
update_engine_common.te 11 # Allow to set recovery options in the BCB. Used to trigger factory reset when
  /system/sepolicy/prebuilts/api/28.0/public/
update_engine_common.te 11 # Allow to set recovery options in the BCB. Used to trigger factory reset when
  /system/sepolicy/public/
update_engine_common.te 11 # Allow to set recovery options in the BCB. Used to trigger factory reset when
  /bootable/recovery/bootloader_message/include/bootloader_message/
bootloader_message.h 199 // Write bootloader message to BCB.
202 // Write bootloader message to the specified BCB device.
206 // Write bootloader message (boots into recovery with the options) to BCB. Will
210 // Update bootloader message (boots into recovery with the options) to BCB. Will
219 // Clear BCB.
225 // Read the wipe package from BCB (from offset WIPE_PACKAGE_OFFSET_IN_MISC).
228 // Write the wipe package into BCB (to offset WIPE_PACKAGE_OFFSET_IN_MISC).
  /external/libxml2/win32/
Makefile.bcb 21 AUTOCONF = .\config.bcb
24 !if !$d(BCB)
25 BCB = $(MAKEDIR)\..
39 BINDIR = bin.bcb
40 XML_INTDIR = int.bcb
41 XML_INTDIR_A = int.a.bcb
42 UTILS_INTDIR = int.utils.bcb
72 LDFLAGS = $(LDFLAGS) -L"$(BINDIR);$(LIBPREFIX);$(LIB);$(BCB)\lib;$(BCB)\lib\PSdk"
Readme.txt 117 bmake -f Makefile.bcb
166 the "compiler=bcb" option when running the configure script. To compile the
169 make -fMakefile.bcb
187 define EILSEQ=2 in Makefile.bcb. The value "2" is the value for ENOFILE (file
193 A libxml2 DLL generated by BCB is callable from MSVC programs, but there is a
218 We have tested this only with BCB6, Professional Edition, and BCB 5.5 free
configure.js 152 txt += " compiler: Compiler to be used [msvc|mingw|bcb] (" + compiler + ")\n";
154 txt += " dynruntime: Use the dynamic RTL (only bcb) (" + dynruntime + ")\n";
202 else if (compiler == "bcb")
203 versionFile = ".\\config.bcb";
277 } else if (compiler == "bcb") {
640 else if (compiler == "bcb")
641 makefile = ".\\Makefile.bcb";
706 } else if (compiler == "bcb")
  /system/sepolicy/prebuilts/api/27.0/public/
update_engine_common.te 11 # Allow to set recovery options in the BCB. Used to trigger factory reset when
  /system/bt/stack/bnep/
bnep_api.cc 218 p_bcb = &(bnep_cb.bcb[handle - 1]);
293 p_bcb = &(bnep_cb.bcb[handle - 1]);
340 p_bcb = &(bnep_cb.bcb[handle - 1]);
447 p_bcb = &(bnep_cb.bcb[handle - 1]);
538 p_bcb = &(bnep_cb.bcb[handle - 1]);
594 p_bcb = &(bnep_cb.bcb[handle - 1]);
662 p_bcb = &(bnep_cb.bcb[handle - 1]);
bnep_utils.cc 55 * Description This function searches the bcb table for an entry with the
58 * Returns the BCB address, or NULL if not found.
66 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
79 * Description This function searches the BCB table for an entry with the
82 * Returns the BCB address, or NULL if not found.
90 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
104 * Description This function allocates a new BCB.
106 * Returns BCB address, or NULL if none available.
114 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
128 /* If here, no free BCB found *
    [all...]
  /system/update_engine/
hardware_android.cc 62 // Write a recovery command line |message| to the BCB. The arguments to recovery
63 // must be separated by '\n'. An empty string will erase the BCB.
176 LOG(INFO) << "Scheduling a powerwash to BCB.";
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_tamil2.xml 23 U+0BCB: "?" TAMIL VOWEL SIGN OO
  /frameworks/base/core/java/android/os/
RecoverySystem.java 595 throw new IOException("Setup BCB failed");
598 // Having set up the BCB (bootloader control block), go ahead and reboot
618 * It sets up the command in BCB (bootloader control block), which will
624 * @throws IOException if there were any errors setting up the BCB.
657 * Cancel any scheduled update by clearing up the BCB (bootloader control
662 * @throws IOException if there were any errors clearing up the BCB.
    [all...]
  /bootable/recovery/
recovery.cpp 157 * Arguments may also be supplied in the bootloader control block (BCB).
164 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
168 * 7. finish_recovery() erases BCB
176 * 4. get_args() writes BCB with "boot-recovery" and "--update_package=..."
180 * 6. finish_recovery() erases BCB
362 // All the arguments in COMMAND_FILE are needed (unlike the BCB message,
377 LOG(ERROR) << "Failed to set BCB message: " << err;
383 // Set the BCB to reboot back into recovery (it won't resume the install from
389 LOG(ERROR) << "Failed to set BCB message: " << err;
452 // actual attempts to modify the flash, such as wipes, installs from BCB
    [all...]
  /hardware/intel/img/psb_video/src/
psb_texture.c 89 double bY, bCb, bCr;
783 RGB_offset, coeffs.bY, coeffs.bCb, coeffs.bCr,
    [all...]
  /external/swiftshader/
SwiftShader.sln 94 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMSelectionDAG", "third_party\LLVM\lib\CodeGen\SelectionDAG\LLVMSelectionDAG.vcxproj", "{CDC80E5C-954B-4BCB-8C81-58645F5103A5}"
143 {CDC80E5C-954B-4BCB-8C81-58645F5103A5} = {CDC80E5C-954B-4BCB-8C81-58645F5103A5}
416 {CDC80E5C-954B-4BCB-8C81-58645F5103A5}.Debug|Win32.ActiveCfg = Debug|Win32
417 {CDC80E5C-954B-4BCB-8C81-58645F5103A5}.Debug|Win32.Build.0 = Debug|Win32
418 {CDC80E5C-954B-4BCB-8C81-58645F5103A5}.Debug|x64.ActiveCfg = Debug|x64
419 {CDC80E5C-954B-4BCB-8C81-58645F5103A5}.Debug|x64.Build.0 = Debug|x64
420 {CDC80E5C-954B-4BCB-8C81-58645F5103A5}.Profile|Win32.ActiveCfg = Profile|Win32
421 {CDC80E5C-954B-4BCB-8C81-58645F5103A5}.Profile|Win32.Build.0 = Profile|Win32
422 {CDC80E5C-954B-4BCB-8C81-58645F5103A5}.Profile|x64.ActiveCfg = Profile|x64
    [all...]

Completed in 3591 milliseconds

1 2 3 4 5