Searched refs:pm (Results 1 – 14 of 14) sorted by relevance
/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_vendor.c | 100 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort() local 107 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es) in qsort() 108 for (pl = pm; pl > (char *)a && cmp(pl - es, pl) > 0; pl -= es) in qsort() 112 pm = (char *)a + (n / 2) * es; in qsort() 119 pm = med3(pm - d, pm, pm + d, cmp); in qsort() 122 pm = med3(pl, pm, pn, cmp); in qsort() 124 swap(a, pm); in qsort() 152 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es) in qsort() 153 for (pl = pm; pl > (char *)a && cmp(pl - es, pl) > 0; pl -= es) in qsort()
|
/system/security/keystore/include/keystore/ |
D | KeyAttestationPackageInfo.h | 31 typedef SharedNullableIterator<const content::pm::Signature, std::vector> 46 std::shared_ptr<std::vector<std::unique_ptr<content::pm::Signature>>> signatures_;
|
D | Signature.h | 24 namespace pm {
|
/system/security/keystore/ |
D | Signature.cpp | 24 namespace pm { namespace
|
D | keystore_attestation_id.cpp | 46 static std::vector<uint8_t> signature2SHA256(const content::pm::Signature& sig) { in signature2SHA256() 229 auto& pm = KeyAttestationApplicationIdProvider::get(); in gather_attestation_application_id() local 233 auto status = pm.getKeyAttestationApplicationId(uid, &key_attestation_id); in gather_attestation_application_id()
|
D | KeyAttestationPackageInfo.cpp | 40 std::unique_ptr<std::vector<std::unique_ptr<content::pm::Signature>>> temp_vector; in readFromParcel()
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 254 ulog_packet_msg_t *pm = (ulog_packet_msg_t *) NLMSG_DATA(nh); in parseUlogPacketMessage() local 255 if (!checkRtNetlinkLength(nh, sizeof(*pm))) in parseUlogPacketMessage() 258 devname = pm->indev_name[0] ? pm->indev_name : pm->outdev_name; in parseUlogPacketMessage() 259 asprintf(&mParams[0], "ALERT_NAME=%s", pm->prefix); in parseUlogPacketMessage()
|
/system/core/liblog/ |
D | logprint.c | 1751 const char* pm; in android_log_formatLogLine() local 1757 pm = entry->message; in android_log_formatLogLine() 1764 while (pm < (entry->message + entry->messageLen)) { in android_log_formatLogLine() 1765 if (*pm++ == '\n') numLines++; in android_log_formatLogLine() 1768 if (pm > entry->message && *(pm - 1) != '\n') numLines++; in android_log_formatLogLine() 1796 pm = entry->message; in android_log_formatLogLine() 1813 lineStart = pm; in android_log_formatLogLine() 1816 while (pm < (entry->message + entry->messageLen) && *pm != '\n') pm++; in android_log_formatLogLine() 1817 lineLen = pm - lineStart; in android_log_formatLogLine() 1830 if (*pm == '\n') pm++; in android_log_formatLogLine() [all …]
|
/system/bt/bta/dm/ |
D | bta_dm_pm.cc | 837 tBTM_PM_PWR_MD pm; in bta_dm_pm_active() local 839 memset((void*)&pm, 0, sizeof(pm)); in bta_dm_pm_active() 842 pm.mode = BTM_PM_MD_ACTIVE; in bta_dm_pm_active() 843 BTM_SetPowerMode(bta_dm_cb.pm_id, peer_addr, &pm); in bta_dm_pm_active()
|
/system/chre/ |
D | Makefile | 61 HEXAGON_CFLAGS += -I$(SLPI_PREFIX)/Sensors/pm/inc
|
/system/bt/stack/btm/ |
D | btm_sco.cc | 555 tBTM_PM_PWR_MD pm; 608 memset((void*)&pm, 0, sizeof(pm)); 609 pm.mode = BTM_PM_MD_ACTIVE; 610 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, *remote_bda, &pm);
|
/system/core/storaged/ |
D | storaged_uid_monitor.cpp | 40 using namespace android::content::pm;
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | domain.te | 44 # Running something like "pm dump com.android.bluetooth" requires
|
/system/sepolicy/public/ |
D | domain.te | 44 # Running something like "pm dump com.android.bluetooth" requires
|