f423cde8f901a72fd0cb811583a2cdabe62c64bd |
|
08-Jan-2012 |
Steve Block <steveblock@google.com> |
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Id52de89149d4580873215fafc922ec4bd8d722ed
/hardware/ril/mock-ril/src/cpp/responses.cpp
|
6464068a31ff890d42d3da9cdf580d07c9c630d8 |
|
20-Dec-2011 |
Steve Block <steveblock@google.com> |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: Ib3eab0b780391f9a0ac9b53282616d66a0154ade
/hardware/ril/mock-ril/src/cpp/responses.cpp
|
2c1fb3a4e7aa8039bdefacceec98aa43cfe5784c |
|
19-Mar-2011 |
Wink Saville <wink@google.com> |
Change mock-ril and reference-ril to use include/telephony/ril.h I've done this by change the copy to a symbolic link, this allows us to easily change from using the common include/telephony/ril.h to a separate instance when ril.h is evolving. Bug: 3457628 Bug: 4132203 Change-Id: Idd8029e57dd0b2afc16c2659dbbc3e587b438f0a
/hardware/ril/mock-ril/src/cpp/responses.cpp
|
9a9fbd294bf8a7465cf10480935edea8304ef661 |
|
16-Feb-2011 |
Wink Saville <wink@google.com> |
Use local copy of ril.h for reference-ril and mock-ril. This allows for greater stability while we're changing the ril interface, as defined by ril.h. An example is that the emulator will continue to run using an older ril while we upgrade to newer rils. After the new ril has stabilized and these modules updated the changes should be reverted and we should use include/telephony/ril.h Change-Id: If5011ccbe64bcb65f98b02060165f899b6d4b5f9
/hardware/ril/mock-ril/src/cpp/responses.cpp
|
44662d067dce6eb3234c6a861aefed4be198fe61 |
|
03-Nov-2010 |
Ying Wang <wangying@google.com> |
Use the build system rules to compile the .proto files. Change-Id: If5f98e50a40fdca88c69e889e952adc9f4170d77
/hardware/ril/mock-ril/src/cpp/responses.cpp
|
2b7b0f7d61dd1ee99722e27b51810fe51de92f0f |
|
08-Oct-2010 |
Xia Wang <xiaw@google.com> |
Add control commands for Mock Ril - Hangup a call remotely for the given cause. - Set call transition flag - set call to alert - set call to active - add a dialing call (this is for testing purpose Add ril request support: RIL_REQUEST_LAST_CALL_FAIL_CAUSE Change-Id: I56d0a10a7bff31eb11f4f9b64b53acf7931e6cb7
/hardware/ril/mock-ril/src/cpp/responses.cpp
|
bf40f252c66f13c51fb113c343e1728f8a86662a |
|
07-Oct-2010 |
Xia Wang <xiaw@google.com> |
Add command to start incoming call. DO NOT MERGE Add start incoming call command, add ril request: RIL_REQUEST_ANSWER to Mock Ril Fix: rilRequestHangupWaitingOrBackground should also hang up incoming call Change-Id: I48b8cc98ced2ee5f449d4cc212a9b8e8413b0cff
/hardware/ril/mock-ril/src/cpp/responses.cpp
|
14171dca025273fb64b239c1ec86ed7d4b677343 |
|
06-Oct-2010 |
Xia Wang <xiaw@google.com> |
Port Mock Ril from master branch to GB. DO NOT MERGE - Replace functions in protobuf_v8.cpp, node_buffer.cpp with those in v8 version of GB: replace Object::Get(uint32_t index) with Object::Get(Handle<Value> key) replace As function with Object::Cast(); - Modify Android.mk file Add "LOCAL_MODULE_TAGS" for librilproto-java Tag modules as "debug" so that it can be build in userdebug build Change-Id: I1523786a63ef66b263b80e069dfcab865cab348f
/hardware/ril/mock-ril/src/cpp/responses.cpp
|