Searched refs:fragment_id (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/chre/host/hal_generic/common/ |
H A D | generic_context_hub_base.h | 461 response.transaction_id, response.fragment_id, response.success); in handleLoadNanoappResponse() 479 response.transaction_id, response.fragment_id); in handleLoadNanoappResponse() 636 (response.fragment_id == 0 || in isExpectedLoadResponseLocked() 637 mCurrentFragmentId == response.fragment_id); in isExpectedLoadResponseLocked()
|
/aosp12/system/chre/platform/shared/idl/ |
H A D | host_messages.fbs | 105 /// fragment_id and total_app_size are unused in this request. The loading 117 /// is fragmented, then the fields fragment_id and total_app_size must 129 /// fragment_id and app_binary should be ignored by CHRE. 151 fragment_id:uint = 0; 178 fragment_id:uint = 0;
|
/aosp12/system/chre/platform/shared/include/chre/platform/shared/generated/ |
H A D | host_messages_generated.h | 947 uint32_t fragment_id() const { 1007 void add_fragment_id(uint32_t fragment_id) { 1008 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_FRAGMENT_ID, fragment_id, 0); 1042 uint32_t fragment_id = 0, 1052 builder_.add_fragment_id(fragment_id); 1068 uint32_t fragment_id = 0, 1082 fragment_id, 1106 uint32_t fragment_id() const { 1128 void add_fragment_id(uint32_t fragment_id) { 1147 uint32_t fragment_id = 0) { [all …]
|
/aosp12/system/chre/host/common/include/chre_host/generated/ |
H A D | host_messages_generated.h | 1298 uint32_t fragment_id; 1308 fragment_id(0), 1402 uint32_t fragment_id() const { 1515 uint32_t fragment_id = 0, 1541 uint32_t fragment_id = 0, 1555 fragment_id, 1568 uint32_t fragment_id; 1572 fragment_id(0) { 1647 uint32_t fragment_id = 0) { 3036 { auto _e = fragment_id(); _o->fragment_id = _e; } [all …]
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
H A D | bcmevent.h | 392 uint8 fragment_id; /* fragment id */
|
H A D | p2p.h | 553 uint8 fragment_id; /* Fragmentation ID */ member
|
/aosp12/system/chre/platform/shared/ |
H A D | host_protocol_chre.cc | 86 appBinaryFilename, request->fragment_id(), in decodeMessageFromHost()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | gscan.cpp | 1940 u8 fragment_id; /* fragment id */ in handleEvent() member
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 45395 field public static final String ARG_FRAGMENT_ID = "android.arg.fragment_id";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 30765 field public static final java.lang.String ARG_FRAGMENT_ID = "android.arg.fragment_id";
|