Searched refs:ph (Results 1 – 7 of 7) sorted by relevance
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_stub.c | 453 remote_handle* ph = (remote_handle*)data; in _chre_slpi_pls_dtor() local 454 if(_const_chre_slpi_handle != *ph) { in _chre_slpi_pls_dtor() 455 (void)__QAIC_REMOTE(remote_handle_close)(*ph); in _chre_slpi_pls_dtor() 456 *ph = _const_chre_slpi_handle; in _chre_slpi_pls_dtor() 461 remote_handle* ph = (remote_handle*)data; in _chre_slpi_pls_ctor() local 462 *ph = _const_chre_slpi_handle; in _chre_slpi_pls_ctor() 463 if(*ph == (remote_handle)-1) { in _chre_slpi_pls_ctor() 464 return __QAIC_REMOTE(remote_handle_open)((const char*)ctx, ph); in _chre_slpi_pls_ctor() 476 remote_handle* ph; in _chre_slpi_handle() local 478 …(uint32_t)_chre_slpi_handle, 0, sizeof(*ph), _chre_slpi_pls_ctor, "chre_slpi", _chre_slpi_pls_dt… in _chre_slpi_handle() [all …]
|
/system/core/libcutils/ |
D | trace-container.cpp | 134 #define WRITE_MSG_IN_CONTAINER_LOCKED(ph, sep_before_name, value_format, name, value) { \ argument 142 ph "|%d|%d|%" PRIu64 "|%" PRIu64 sep_before_name "%s" value_format, \ 151 ph "|%d|%d|%" PRIu64 "|%" PRIu64 sep_before_name "%.*s" value_format, \ 164 #define WRITE_MSG_IN_CONTAINER(ph, sep_before_name, value_format, name, value) { \ argument 167 WRITE_MSG_IN_CONTAINER_LOCKED(ph, sep_before_name, value_format, name, value); \
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 460 for (auto ph = elf_->program_header_begin(); ph != elf_->program_header_end(); ++ph) { in VaddrToOff() local 461 if (ph->p_type == llvm::ELF::PT_LOAD && vaddr >= ph->p_vaddr && in VaddrToOff() 462 vaddr < ph->p_vaddr + ph->p_filesz) { in VaddrToOff() 463 *file_offset = vaddr - ph->p_vaddr + ph->p_offset; in VaddrToOff()
|
/system/chre/platform/shared/ |
D | nanoapp_loader.cc | 701 for (const ProgramHeader *ph = first; ph <= last; ++ph) { in createMappings() local 702 if (ph->p_type == PT_LOAD) { in createMappings() 703 ElfAddr segStart = ph->p_vaddr + mLoadBias; in createMappings() 705 void *binaryStartPage = mBinary + ph->p_offset; in createMappings() 706 size_t segmentLen = ph->p_filesz; in createMappings() 711 mapBss(ph); in createMappings()
|
/system/libufdt/ |
D | ufdt_convert.c | 253 int ph = ufdt_node_get_phandle(node); in set_phandle_table_entry() local 254 if (ph > 0) { in set_phandle_table_entry() 255 data[*cur].phandle = ph; in set_phandle_table_entry()
|
/system/timezone/output_data/android/ |
D | tzids.prototxt | 1396 isoCode: "ph"
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 2503 isoCode:"ph"
|