HomeSort by relevance Sort by last modified time
    Searched refs:pAttrs (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/libbcc/lib/
CompilerConfig.cpp 237 void CompilerConfig::setFeatureString(const std::vector<std::string> &pAttrs) {
240 for (std::vector<std::string>::const_iterator attr_iter = pAttrs.begin(),
241 attr_end = pAttrs.end();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
authif.h 162 typedef DWORD (WINAPI *PRADIUS_EXTENSION_PROCESS) (const RADIUS_ATTRIBUTE *pAttrs, PRADIUS_ACTION pfAction);
164 typedef VOID (WINAPI *PRADIUS_EXTENSION_FREE_ATTRIBUTES) (PRADIUS_ATTRIBUTE pAttrs);
  /frameworks/compile/libbcc/include/bcc/
CompilerConfig.h 119 void setFeatureString(const std::vector<std::string> &pAttrs);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 665 btrc_element_attr_val_t* pAttrs = new btrc_element_attr_val_t[numAttr];
666 if (!pAttrs) {
674 delete[] pAttrs;
682 pAttrs[attr_cnt].attr_id = attr[attr_cnt];
686 if (!copy_jstring(pAttrs[attr_cnt].text, BTRC_MAX_ATTR_STR_LEN, text.get(),
693 delete[] pAttrs;
702 rawAddress, numAttr, pAttrs);
707 delete[] pAttrs;
733 btrc_element_attr_val_t* pAttrs = new btrc_element_attr_val_t[numAttr];
734 if (!pAttrs) {
    [all...]
com_android_bluetooth_avrcp_controller.cpp 798 uint8_t* pAttrs = new uint8_t[num_attrib];
800 if ((!pAttrs) || (!pAttrsVal)) {
801 delete[] pAttrs;
809 delete[] pAttrs;
817 pAttrs[i] = (uint8_t)attr[i];
824 rawAddress, (uint8_t)num_attrib, pAttrs, pAttrsVal);
828 delete[] pAttrs;
    [all...]

Completed in 678 milliseconds